diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index cffb0dd0d..aff965ee1 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -5,9 +5,9 @@ namespace VRM { public const int MAJOR = 0; public const int MINOR = 56; - public const int PATCH = 0; + public const int PATCH = 1; public const string PRE_ID = ""; - public const string VERSION = "0.56.0"; + public const string VERSION = "0.56.1"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 482518ffd..62df0458d 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,12 +1,12 @@ { "name" : "com.vrmc.univrm", - "version" : "0.55.0", + "version" : "0.56.1", "displayName" : "VRM", "description" : "VRM importer", "unity" : "2017.1", "keywords" : [ "vrm", "importer", "avatar", "vr" ], "author" : { "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.56.0" + "com.vrmc.vrmshaders": "0.56.1" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index d0ecba2de..c72c2dfea 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name" : "com.vrmc.vrmshaders", - "version" : "0.56.0", + "version" : "0.56.1", "displayName" : "VRM Shaders", "description" : "VRM Shaders", "unity" : "2017.1",