Update the version in the README and doc as we prepare the release

This commit is contained in:
Olivier Goffart 2020-12-09 15:33:53 +01:00
parent a366744f28
commit 77dc3a2ca9
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ In your `Cargo.toml` add:
```toml
[dependencies]
sixtyfps = "0.0.2"
sixtyfps = "0.0.3"
```
And in your `main.rs`:

View file

@ -63,11 +63,11 @@ In your Cargo.toml:
build = "build.rs"
[dependencies]
sixtyfps = "0.0.2"
sixtyfps = "0.0.3"
...
[build-dependencies]
sixtyfps-build = "0.0.2"
sixtyfps-build = "0.0.3"
```
In the `build.rs` file: