From 071c1ea92f7ca762536b50df148edd7b60dd2f6d Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 19 Aug 2021 10:46:25 +0200 Subject: [PATCH] Update version number in README --- api/sixtyfps-cpp/README.md | 4 ++-- api/sixtyfps-rs/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/sixtyfps-cpp/README.md b/api/sixtyfps-cpp/README.md index 36700a94f..64f1ca9bb 100644 --- a/api/sixtyfps-cpp/README.md +++ b/api/sixtyfps-cpp/README.md @@ -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) diff --git a/api/sixtyfps-rs/README.md b/api/sixtyfps-rs/README.md index bc4bffdf2..02c05c5cc 100644 --- a/api/sixtyfps-rs/README.md +++ b/api/sixtyfps-rs/README.md @@ -22,7 +22,7 @@ In your `Cargo.toml` add: ```toml [dependencies] -sixtyfps = "0.1.0" +sixtyfps = "0.1.1" ``` And in your `main.rs`: