Skip to content

Commit e15aea4

Browse files
author
Stewart Miles
committed
Update version numbers for 0.0.2 release.
Change-Id: Iecdf718286637e0db4cc0864ff3ce1ea14964cf4
1 parent 718638d commit e15aea4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

sdk/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(SWIG_INSTALL_DIRECTORY "" CACHE PATH
2323
set(FALKEN_CPP_SDK_SRC_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE PATH
2424
"Path to C++ SDK source."
2525
)
26-
set(FALKEN_SDK_VERSION "0.0.1" CACHE STRING
26+
set(FALKEN_SDK_VERSION "0.0.2" CACHE STRING
2727
"Version of the SDK being built."
2828
)
2929
set(FALKEN_LOCAL_CERT "" CACHE STRING

sdk/unity/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.17)
1919

2020
project(falken_unity NONE)
2121

22-
set(FALKEN_SDK_VERSION "0.0.1" CACHE STRING
22+
set(FALKEN_SDK_VERSION "0.0.2" CACHE STRING
2323
"Version of the plugin being built."
2424
)
2525
set(INSTALL_PATH "${CMAKE_CURRENT_LIST_DIR}" CACHE PATH

sdk/unity/export_unity_package_guids.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,8 @@
7777
"com.google.falken/Falken/Scripts/Gen/std": "b4b92f64021d4fc694b1ed4a4d1cec59",
7878
"com.google.falken/Falken/Tests": "8e38485670934c22bd3c9b4c7aca7429",
7979
"com.google.falken/package.json": "673308f1c1244ba0a11a6a8bf50db539"
80+
},
81+
"0.0.2": {
82+
"Falken/Editor/falken_version-0.0.2_manifest.txt": "bea0b49956fd41f3ae9bef72807ec1d6"
8083
}
8184
}

0 commit comments

Comments
 (0)