We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f48453 commit eb7e357Copy full SHA for eb7e357
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0132 NEW)
7
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
8
project(
9
CesiumOmniverse
10
- VERSION 0.0.0
+ VERSION 0.1.0
11
DESCRIPTION "Cesium for Omniverse"
12
LANGUAGES CXX C)
13
exts/cesium.omniverse/config/extension.toml
@@ -4,7 +4,7 @@
4
order = -100
5
6
[package]
-version = "0.0.0"
+version = "0.1.0"
category = "simulation"
feature = false
app = false
exts/cesium.omniverse/doc/CHANGES.md
@@ -1,3 +1,5 @@
1
# Change Log
2
3
-* Initial release
+### v0.1.0 - 2023-03-01
+
+The initial preview build of Cesium for Omniverse!
0 commit comments