Skip to content

Commit

Permalink
0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Nov 1, 2023
1 parent 719b882 commit 12c4ed4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.0
VERSION 0.13.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.eyJqdGkiOiI5MTkzYTIwNS1kNmQ0LTRhZDgtOGRlOS1iYmE3MTA4YzMxNDkiLCJpZCI6MjU5LCJpYXQiOjE2OTgyNzc0MzN9.A3DLCHQj7aO5_EqCw_sQrN1R3ngwV57OeKz_-xBfL4s" # noqa: E501
ION_ACCESS_TOKEN = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJmYWViYTA1Yi1kNmY1LTRmZWYtYjk3My1hMmQyZGM3ODI3MzQiLCJpZCI6MjU5LCJpYXQiOjE2OTg4NDQ3NjR9.3vUmixeCI7_QD1nwN5aS_7UI3R36WETMLOunIjFie2E" # noqa: E501
GOOGLE_3D_TILES_ION_ID = 2275207

CESIUM_DATA_PRIM_PATH = "/Cesium"
Expand Down
2 changes: 1 addition & 1 deletion exts/cesium.omniverse/config/extension.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "0.12.1"
version = "0.13.0"
category = "simulation"
feature = false
app = false
Expand Down

0 comments on commit 12c4ed4

Please sign in to comment.