Update the version in docs

This commit is contained in:
Olivier Goffart 2021-10-06 14:54:22 +02:00
parent 6dce5ab32e
commit 4844450d01
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.2
GIT_TAG v0.1.3
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)