diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 610ad9856..1651f9c05 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 = 5; - public const string VERSION = "2.3.5"; + public const int PATCH = 6; + public const string VERSION = "2.3.6"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 07d8714ff..4f54ebff6 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.3.5", + "version": "2.3.6", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.5" + "com.vrmc.vrmshaders": "0.67.6" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 299e7a81a..65ebaf30c 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 = 5; - public const string VERSION = "0.67.5"; + public const int PATCH = 6; + public const string VERSION = "0.67.6"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 56b9656a0..c821e5074 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.67.5", + "version": "0.67.6", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.5", - "com.vrmc.unigltf": "2.3.5" + "com.vrmc.vrmshaders": "0.67.6", + "com.vrmc.unigltf": "2.3.6" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 5dbd84ee1..eef6825fb 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.67.5", + "version": "0.67.6", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",