diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index 1e0f5ec91..dff651aae 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.64.0" + "com.vrmc.vrmshaders": "0.65.0" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 5daf5d653..aa1b7e7ca 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 = 64; + public const int MINOR = 65; public const int PATCH = 0; - public const string VERSION = "0.64.0"; + public const string VERSION = "0.65.0"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index ee4192e6b..0ca9f338f 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.64.0", + "version": "0.65.0", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.64.0", + "com.vrmc.vrmshaders": "0.65.0", "com.vrmc.unigltf": "2.0.0" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index efbb0ce4c..18d457cab 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.64.0", + "version": "0.65.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",