Update version number in docs in preparation for the release

This commit is contained in:
Olivier Goffart 2021-11-24 14:10:16 +01:00
parent 78753cd3aa
commit abed31454c
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.4
GIT_TAG v0.1.5
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)