diff --git a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs index 00e5645a2..c5722da28 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/PackageVersion.cs @@ -5,7 +5,7 @@ namespace UniGLTF { public const int MAJOR = 0; public const int MINOR = 124; - public const int PATCH = 0; - public const string VERSION = "0.124.0"; + public const int PATCH = 1; + public const string VERSION = "0.124.1"; } } diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 0ee436b2b..5d39040f9 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -5,7 +5,7 @@ namespace UniGLTF { public const int MAJOR = 2; public const int MINOR = 60; - public const int PATCH = 0; - public const string VERSION = "2.60.0"; + public const int PATCH = 1; + public const string VERSION = "2.60.1"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 06bb900d1..768d743fb 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.124.0", + "version": "0.124.1", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2021.3", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.124.0", + "com.vrmc.vrmshaders": "0.124.1", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 6c8afef15..e4bfac6f0 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.124.0", + "version": "0.124.1", "displayName": "VRM", "description": "VRM importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.124.0", - "com.vrmc.gltf": "0.124.0", + "com.vrmc.vrmshaders": "0.124.1", + "com.vrmc.gltf": "0.124.1", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index b4c7ea099..dd3982033 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.124.0", + "version": "0.124.1", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", "unity": "2021.3", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.124.0", - "com.vrmc.gltf": "0.124.0" + "com.vrmc.vrmshaders": "0.124.1", + "com.vrmc.gltf": "0.124.1" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 6dc2e4c68..3ed0b2c14 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.124.0", + "version": "0.124.1", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2021.3",