Skip to content

Commit eb7e357

Browse files
committed
0.1.0 release
1 parent 3f48453 commit eb7e357

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_policy(SET CMP0132 NEW)
77
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
88
project(
99
CesiumOmniverse
10-
VERSION 0.0.0
10+
VERSION 0.1.0
1111
DESCRIPTION "Cesium for Omniverse"
1212
LANGUAGES CXX C)
1313

exts/cesium.omniverse/config/extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
order = -100
55

66
[package]
7-
version = "0.0.0"
7+
version = "0.1.0"
88
category = "simulation"
99
feature = false
1010
app = false
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# Change Log
22

3-
* Initial release
3+
### v0.1.0 - 2023-03-01
4+
5+
The initial preview build of Cesium for Omniverse!

0 commit comments

Comments
 (0)