diff --git a/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs b/Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs index cc6a2eaf9..4df14e4aa 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 = 4; - public const int PATCH = 1; - public const string VERSION = "2.4.1"; + public const int PATCH = 2; + public const string VERSION = "2.4.2"; } } diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 4c588bc00..0e2a84cbc 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.unigltf", - "version": "2.4.1", + "version": "2.4.2", "displayName": "UniGLTF", "description": "GLTF importer and exporter", "unity": "2018.4", @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.68.1" + "com.vrmc.vrmshaders": "0.68.2" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index eb481a6fd..51b40aaf1 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 = 68; - public const int PATCH = 1; - public const string VERSION = "0.68.1"; + public const int PATCH = 2; + public const string VERSION = "0.68.2"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index b1a5b5c3a..8144ed576 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.68.1", + "version": "0.68.2", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.68.1", - "com.vrmc.unigltf": "2.4.1" + "com.vrmc.vrmshaders": "0.68.2", + "com.vrmc.unigltf": "2.4.2" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 519b210cf..a7452d77c 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.68.1", + "version": "0.68.2", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",