Update version number everywhere

This commit is contained in:
Olivier Goffart 2021-01-28 16:33:15 +01:00
parent 1d6a0b0b9c
commit fea2478859
22 changed files with 53 additions and 53 deletions

View file

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