diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index ec68038fdb..8c4b43031a 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs @@ -5,7 +5,7 @@ public static partial class UniGLTFVersion { public const int MAJOR = 2; public const int MINOR = 43; - public const int PATCH = 1; - public const string VERSION = "2.43.1"; + public const int PATCH = 2; + public const string VERSION = "2.43.2"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index d42862294b..e30bf6e571 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.107.1", + "version": "0.107.2", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2019.4", @@ -11,7 +11,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.107.1", + "com.vrmc.vrmshaders": "0.107.2", "com.unity.modules.animation": "1.0.0" }, "samples": [ diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index fae217a635..376ea898bf 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -5,7 +5,7 @@ public static partial class VRMVersion { public const int MAJOR = 0; public const int MINOR = 107; - public const int PATCH = 1; - public const string VERSION = "0.107.1"; + public const int PATCH = 2; + public const string VERSION = "0.107.2"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index fad56d25a8..c8e404b25d 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.107.1", + "version": "0.107.2", "displayName": "VRM", "description": "VRM importer", "unity": "2019.4", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.107.1", - "com.vrmc.gltf": "0.107.1", + "com.vrmc.vrmshaders": "0.107.2", + "com.vrmc.gltf": "0.107.2", "com.unity.ugui": "1.0.0" }, "samples": [ diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index c464f24e00..32534e132c 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.107.1", + "version": "0.107.2", "displayName": "VRM-1.0", "description": "VRM-1.0 importer", "unity": "2019.4", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.107.1", - "com.vrmc.gltf": "0.107.1" + "com.vrmc.vrmshaders": "0.107.2", + "com.vrmc.gltf": "0.107.2" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 6053b45a2d..2306cafb9f 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.107.1", + "version": "0.107.2", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2019.4",