From 3e0c24c0e0a8286efd872bdf07cacdf54826d09e Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 19 Mar 2024 19:06:40 +0900 Subject: [PATCH] UniVRM-0.121.0 --- Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs | 4 ++-- Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs | 4 ++-- Assets/UniGLTF/package.json | 4 ++-- Assets/VRM/package.json | 6 +++--- Assets/VRM10/package.json | 6 +++--- Assets/VRMShaders/package.json | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 705a3c3cd4..50939f4c0d 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class PackageVersion { public const int MAJOR = 0; - public const int MINOR = 120; + public const int MINOR = 121; public const int PATCH = 0; - public const string VERSION = "0.120.0"; + public const string VERSION = "0.121.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 50e41ded2b..50886b817f 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -4,8 +4,8 @@ namespace UniGLTF public static partial class UniGLTFVersion { public const int MAJOR = 2; - public const int MINOR = 56; + public const int MINOR = 57; public const int PATCH = 0; - public const string VERSION = "2.56.0"; + public const string VERSION = "2.57.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 78ac48ff22..97a4f50db1 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.120.0", + "version": "0.121.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.120.0", + "com.vrmc.vrmshaders": "0.121.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 05d8553503..8021b5c163 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.120.0", + "version": "0.121.0", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.120.0", - "com.vrmc.gltf": "0.120.0", + "com.vrmc.vrmshaders": "0.121.0", + "com.vrmc.gltf": "0.121.0", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index acf6529a73..af8ad3e93f 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.120.0", + "version": "0.121.0", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.120.0", - "com.vrmc.gltf": "0.120.0" + "com.vrmc.vrmshaders": "0.121.0", + "com.vrmc.gltf": "0.121.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 2306eb56c6..6cb7070f55 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.120.0", + "version": "0.121.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2021.3",