Update version number in docs and readmes

```
sed --follow-symlinks -i 's/^\(slint.*\) = ".*"/\1 = "0.2.1"/' **/*.rs **/*.md
sed --follow-symlinks -i 's/GIT_TAG v.*$/GIT_TAG v0.2.1/' **/*.md
```
This commit is contained in:
Olivier Goffart 2022-03-10 08:46:16 +01:00
parent 5eecdb1ae7
commit 3b2b1c92a4
9 changed files with 12 additions and 12 deletions

View file

@ -43,7 +43,7 @@ include(FetchContent)
FetchContent_Declare(
Slint
GIT_REPOSITORY https://github.com/slint-ui/slint.git
GIT_TAG v0.2.0
GIT_TAG v0.2.1
SOURCE_SUBDIR api/cpp
)
FetchContent_MakeAvailable(Slint)

View file

@ -20,7 +20,7 @@ include(FetchContent)
FetchContent_Declare(
Slint
GIT_REPOSITORY https://github.com/slint-ui/slint.git
GIT_TAG v0.2.0
GIT_TAG v0.2.1
SOURCE_SUBDIR api/cpp
)
FetchContent_MakeAvailable(Slint)