Update version number in docs

This commit is contained in:
Olivier Goffart 2021-09-09 08:54:19 +02:00
parent 559e1080d2
commit c56b965672
9 changed files with 12 additions and 12 deletions

View file

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