diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 1651f9c05..49b67b4dd 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 = 3; - public const int PATCH = 6; - public const string VERSION = "2.3.6"; + public const int PATCH = 7; + public const string VERSION = "2.3.7"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 4f54ebff6..5e432168a 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.3.6", + "version": "2.3.7", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.6" + "com.vrmc.vrmshaders": "0.67.7" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 65ebaf30c..29e4af205 100644 --- a/Assets/VRM/Runtime/Format/VRMVersion.cs +++ b/Assets/VRM/Runtime/Format/VRMVersion.cs @@ -5,7 +5,7 @@ namespace VRM { public const int MAJOR = 0; public const int MINOR = 67; - public const int PATCH = 6; - public const string VERSION = "0.67.6"; + public const int PATCH = 7; + public const string VERSION = "0.67.7"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index c821e5074..263cbeb61 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.67.6", + "version": "0.67.7", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.6", - "com.vrmc.unigltf": "2.3.6" + "com.vrmc.vrmshaders": "0.67.7", + "com.vrmc.unigltf": "2.3.7" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index eef6825fb..4889063f0 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.67.6", + "version": "0.67.7", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",