diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index 49b67b4dd..7efe42b17 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 = 7; - public const string VERSION = "2.3.7"; + public const int PATCH = 8; + public const string VERSION = "2.3.8"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 5e432168a..75bf162de 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.3.7", + "version": "2.3.8", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.7" + "com.vrmc.vrmshaders": "0.67.8" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 29e4af205..da151f3c1 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 = 7; - public const string VERSION = "0.67.7"; + public const int PATCH = 8; + public const string VERSION = "0.67.8"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 263cbeb61..624f307e6 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.67.7", + "version": "0.67.8", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.67.7", - "com.vrmc.unigltf": "2.3.7" + "com.vrmc.vrmshaders": "0.67.8", + "com.vrmc.unigltf": "2.3.8" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 4889063f0..5571e14a9 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.67.7", + "version": "0.67.8", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",