diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index cd20f4621..56c62e1d9 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 = 24; - public const int PATCH = 1; - public const string VERSION = "2.24.1"; + public const int MINOR = 25; + public const int PATCH = 0; + public const string VERSION = "2.25.0"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index f74ae1627..7944ae15a 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.gltf", - "version": "0.88.1", + "version": "0.89.0", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2019.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.88.1" + "com.vrmc.vrmshaders": "0.89.0" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index a097279ab..233445497 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 88; - public const int PATCH = 1; - public const string VERSION = "0.88.1"; + public const int MINOR = 89; + public const int PATCH = 0; + public const string VERSION = "0.89.0"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index dc2fc8260..a45802fdb 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.88.1", + "version": "0.89.0", "displayName": "VRM", "description": "VRM importer", "unity": "2019.4", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.88.1", - "com.vrmc.gltf": "0.88.1" + "com.vrmc.vrmshaders": "0.89.0", + "com.vrmc.gltf": "0.89.0" }, "samples": [ { diff --git a/Assets/VRM10/package.json b/Assets/VRM10/package.json index 2de705d05..a77498574 100644 --- a/Assets/VRM10/package.json +++ b/Assets/VRM10/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrm", - "version": "0.88.1", + "version": "0.89.0", "displayName": "VRM-1.0β", "description": "VRM-1.0β importer", "unity": "2019.4", @@ -14,8 +14,8 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.88.1", - "com.vrmc.gltf": "0.88.1" + "com.vrmc.vrmshaders": "0.89.0", + "com.vrmc.gltf": "0.89.0" }, "samples": [ { diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index a2dd7a65a..994585f53 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.88.1", + "version": "0.89.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2019.4",