Bump version

This commit is contained in:
Olivier Goffart 2020-10-21 16:49:45 +02:00
parent af6d3661cb
commit 20cfb65e53
24 changed files with 58 additions and 54 deletions

View file

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