Skip to content

Commit

Permalink
0.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Feb 1, 2024
1 parent 9c44819 commit 11bb8a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ endif()
# Both CXX and C need to be given otherwise Conan may ignore the CMAKE_C_COMPILER flag
project(
CesiumOmniverse
VERSION 0.16.0
VERSION 0.17.0
DESCRIPTION "Cesium for Omniverse"
LANGUAGES CXX C)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Tokens as CesiumTokens,
)

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

CESIUM_DATA_PRIM_PATH = "/Cesium"
Expand Down
4 changes: 2 additions & 2 deletions exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.16.0"
version = "0.17.0"
category = "simulation"
feature = false
app = false
Expand Down Expand Up @@ -33,7 +33,7 @@ python = false

# Which extensions this extension depends on
[dependencies]
"cesium.usd.plugins" = { version = "0.2.0" }
"cesium.usd.plugins" = { version = "0.3.0" }
"usdrt.scenegraph" = {}
"omni.ui" = {}
"omni.usd" = {}
Expand Down
2 changes: 1 addition & 1 deletion exts/cesium.usd.plugins/config/extension.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
order = -100

[package]
version = "0.2.0"
version = "0.3.0"
category = "simulation"
feature = false
app = false
Expand Down

0 comments on commit 11bb8a8

Please sign in to comment.