From f45f86573caba9ec9c9ec4671db9e8ed11affaf9 Mon Sep 17 00:00:00 2001 From: Eric Shi Date: Mon, 28 Oct 2024 15:52:47 -0700 Subject: [PATCH] Update some version strings --- VERSION.md | 2 +- exts/omni.warp/config/extension.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.md b/VERSION.md index 7c5cf7b4..9dce6995 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -1.4.2-rc.1 +1.4.2-rc.2 diff --git a/exts/omni.warp/config/extension.toml b/exts/omni.warp/config/extension.toml index db28c331..52e86152 100644 --- a/exts/omni.warp/config/extension.toml +++ b/exts/omni.warp/config/extension.toml @@ -1,6 +1,6 @@ [package] # Semantic Versioning is used: https://semver.org/ -version = "1.4.2-rc.1" +version = "1.4.2-rc.2" authors = ["NVIDIA"] title = "Warp" description="Warp OmniGraph Nodes and Sample Scenes" @@ -35,7 +35,7 @@ exclude = ["Ogn*Database.py", "*/ogn*"] "omni.timeline" = {} "omni.ui" = {optional = true} "omni.usd" = {} -"omni.warp.core" = {version = "1.4.2-rc.1", exact = true} +"omni.warp.core" = {version = "1.4.2-rc.2", exact = true} [[python.module]] name = "omni.warp._extension"