Skip to content

Commit 11bb8a8

Browse files
committed
0.17.0 release
1 parent 9c44819 commit 11bb8a8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
1010
project(
1111
CesiumOmniverse
12-
VERSION 0.16.0
12+
VERSION 0.17.0
1313
DESCRIPTION "Cesium for Omniverse"
1414
LANGUAGES CXX C)
1515

apps/exts/cesium.performance.app/cesium/performance/app/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Tokens as CesiumTokens,
2424
)
2525

26-
ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJkZGM4NWEyZC01ZTIxLTRkNDQtOTQzYS02NWZiODc5YTQxOTIiLCJpZCI6MjU5LCJpYXQiOjE3MDQyMDQ5MTN9.xOGuCBTMV66OCBDuMADUgrV7O1zM22OcaKGl-uev61E" # noqa: E501
26+
ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhM2EyMmQ4MC05M2JmLTQ2ZGMtOTc2Yi0yZjM4NjlhNThkNGUiLCJpZCI6MjU5LCJpYXQiOjE3MDY4MTMxMTl9.9dHK1knCPu6lY-OFTah2mfH-XaT3mE944S2BBEanod0" # noqa: E501
2727
GOOGLE_3D_TILES_ION_ID = 2275207
2828

2929
CESIUM_DATA_PRIM_PATH = "/Cesium"

exts/cesium.omniverse/config/extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
version = "0.16.0"
2+
version = "0.17.0"
33
category = "simulation"
44
feature = false
55
app = false
@@ -33,7 +33,7 @@ python = false
3333

3434
# Which extensions this extension depends on
3535
[dependencies]
36-
"cesium.usd.plugins" = { version = "0.2.0" }
36+
"cesium.usd.plugins" = { version = "0.3.0" }
3737
"usdrt.scenegraph" = {}
3838
"omni.ui" = {}
3939
"omni.usd" = {}

exts/cesium.usd.plugins/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.2.0"
7+
version = "0.3.0"
88
category = "simulation"
99
feature = false
1010
app = false

0 commit comments

Comments
 (0)