diff --git a/Assets/UniGLTF/package.json b/Assets/UniGLTF/package.json index d78a60f68..49da695cf 100644 --- a/Assets/UniGLTF/package.json +++ b/Assets/UniGLTF/package.json @@ -11,6 +11,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.65.1" + "com.vrmc.vrmshaders": "0.65.2" } } \ No newline at end of file diff --git a/Assets/VRM/Runtime/Format/VRMVersion.cs b/Assets/VRM/Runtime/Format/VRMVersion.cs index 4a9d72945..f7a7d1896 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 = 65; - public const int PATCH = 1; - public const string VERSION = "0.65.1"; + public const int PATCH = 2; + public const string VERSION = "0.65.2"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index f827e792f..7cf86a88c 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.65.1", + "version": "0.65.2", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.65.1", + "com.vrmc.vrmshaders": "0.65.2", "com.vrmc.unigltf": "2.0.0" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 19fee62e3..65d97d042 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.65.1", + "version": "0.65.2", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",