Update version number in README

This commit is contained in:
Olivier Goffart 2021-08-19 10:46:25 +02:00
parent 84298fd95a
commit 071c1ea92f
2 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.1.0
GIT_TAG v0.1.1
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)
@ -107,7 +107,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.1.0
GIT_TAG v0.1.1
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)

View file

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