From a2dc0ef28ce3be30a99272418ccdeb6217351b20 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Thu, 14 Dec 2023 21:29:54 -0500 Subject: [PATCH] 0.15.0 release --- CMakeLists.txt | 2 +- exts/cesium.omniverse/config/extension.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b85a7178..aa5161eec 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.14.0 + VERSION 0.15.0 DESCRIPTION "Cesium for Omniverse" LANGUAGES CXX C) diff --git a/exts/cesium.omniverse/config/extension.toml b/exts/cesium.omniverse/config/extension.toml index b87eb3270..c10f25c40 100644 --- a/exts/cesium.omniverse/config/extension.toml +++ b/exts/cesium.omniverse/config/extension.toml @@ -1,5 +1,5 @@ [package] -version = "0.14.0" +version = "0.15.0" category = "simulation" feature = false app = false