Update version number in the docs

This commit is contained in:
Olivier Goffart 2022-02-09 17:05:24 +01:00
parent 58e7caafb0
commit e429968a15
4 changed files with 5 additions and 5 deletions

View file

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

View file

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