diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 6abbdf9d5d..00e5645a2c 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 = 123; + public const int MINOR = 124; public const int PATCH = 0; - public const string VERSION = "0.123.0"; + public const string VERSION = "0.124.0"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 48b58488af..0ee436b2b4 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 = 59; + public const int MINOR = 60; public const int PATCH = 0; - public const string VERSION = "2.59.0"; + public const string VERSION = "2.60.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 63657e6f86..06bb900d1f 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.123.0", + "version": "0.124.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.123.0", + "com.vrmc.vrmshaders": "0.124.0", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 471095c770..6c8afef152 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.123.0", + "version": "0.124.0", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.123.0", - "com.vrmc.gltf": "0.123.0", + "com.vrmc.vrmshaders": "0.124.0", + "com.vrmc.gltf": "0.124.0", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 1dc42a1d16..b4c7ea0992 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.123.0", + "version": "0.124.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.123.0", - "com.vrmc.gltf": "0.123.0" + "com.vrmc.vrmshaders": "0.124.0", + "com.vrmc.gltf": "0.124.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 8c58cf1dd4..6dc2e4c684 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.123.0", + "version": "0.124.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2021.3",