From ccddb3006217db79878786341e6ebe60e3a76b25 Mon Sep 17 00:00:00 2001 From: rveenstra Date: Fri, 1 Mar 2024 10:06:51 +1000 Subject: [PATCH] 0.18.0 release --- CMakeLists.txt | 2 +- .../cesium/performance/app/extension.py | 2 +- exts/cesium.omniverse/config/extension.toml | 4 ++-- exts/cesium.usd.plugins/config/extension.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1940d4cd..281b1f0b 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.17.0 + VERSION 0.18.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 51a3ae0b..16c703a4 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.eyJqdGkiOiJhM2EyMmQ4MC05M2JmLTQ2ZGMtOTc2Yi0yZjM4NjlhNThkNGUiLCJpZCI6MjU5LCJpYXQiOjE3MDY4MTMxMTl9.9dHK1knCPu6lY-OFTah2mfH-XaT3mE944S2BBEanod0" # noqa: E501 +ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI3NGE2ZmMwNy0xMWM1LTQ4ODAtODljMy01MmViZjc1OGI0MWYiLCJpZCI6MjU5LCJpYXQiOjE3MDkyNDQxMzF9.YPa8sXOQEXH9EIDviYFca4w_O4QCCKKXUWzPRM862vw" # 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 91d30a24..00e5d80a 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.17.0" +version = "0.18.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.3.0" } +"cesium.usd.plugins" = { version = "0.4.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 220adb78..981f1a31 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.3.0" +version = "0.4.0" category = "simulation" feature = false app = false