mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
5eecdb1ae7
commit
3b2b1c92a4
9 changed files with 12 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue