diff --git a/CMakeLists.txt b/CMakeLists.txt index 714b020f..0ee5f04c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.20.0 + VERSION 0.21.0 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py index c8640cea..8bbecd63 100644 --- a/apps/exts/cesium.performance.app/cesium/performance/app/extension.py +++ b/apps/exts/cesium.performance.app/cesium/performance/app/extension.py @@ -23,7 +23,7 @@ Tokens as CesiumTokens, ) -ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIyZjE5ZGZlNS0yYTk3LTQ1YzItYjAxZC0wMzliNjM5ZDFiZDYiLCJpZCI6MjU5LCJpYXQiOjE3MTQ0NzQ2Njh9.PrHH7G2_m2awRfxMsAizhZ1-UMimFvNXsc8v8KbG4X8" # noqa: E501 +ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJiOWNlMDUzMS1jNDMwLTRiMjAtODM2Yi00YzNkYjY5MzU4NTQiLCJpZCI6MjU5LCJpYXQiOjE3MTcxNDkzNjN9.Ka4SQyr2Ad1dQUWkiYxPH-LHLxIjJZKGIMI3cHP2QP4" # noqa: E501 GOOGLE_3D_TILES_ION_ID = 2275207 CESIUM_DATA_PRIM_PATH = "/Cesium" diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index 0f6614cd..63d2e8bd 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.20.0" +version = "0.21.0" category = "simulation" feature = false app = false @@ -33,7 +33,7 @@ python = false # Which extensions this extension depends on [dependencies] -"cesium.usd.plugins" = { version = "0.4.0" } +"cesium.usd.plugins" = { version = "0.5.0" } "usdrt.scenegraph" = {} "omni.ui" = {} "omni.usd" = {} diff --git a/exts/cesium.usd.plugins/config/extension.toml b/exts/cesium.usd.plugins/config/extension.toml index 981f1a31..ec3d8fd2 100644 --- a/exts/cesium.usd.plugins/config/extension.toml +++ b/exts/cesium.usd.plugins/config/extension.toml @@ -4,7 +4,7 @@ order = -100 [package] -version = "0.4.0" +version = "0.5.0" category = "simulation" feature = false app = false