diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index aff965ee1..ee8d6f8fe 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 = 1; + public const int PATCH = 2; public const string PRE_ID = ""; - public const string VERSION = "0.56.1"; + public const string VERSION = "0.56.2"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index ceb0bb4ec..1e12d765d 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,12 +1,19 @@ { - "name" : "com.vrmc.univrm", - "version" : "0.56.1", - "displayName" : "VRM", - "description" : "VRM importer", - "unity" : "2018.4", - "keywords" : [ "vrm", "importer", "avatar", "vr" ], - "author" : { "name": "VRM Consortium" }, + "name": "com.vrmc.univrm", + "version": "0.56.2", + "displayName": "VRM", + "description": "VRM importer", + "unity": "2018.4", + "keywords": [ + "vrm", + "importer", + "avatar", + "vr" + ], + "author": { + "name": "VRM Consortium" + }, "dependencies": { - "com.vrmc.vrmshaders": "0.56.1" + "com.vrmc.vrmshaders": "0.56.2" } -} +} \ No newline at end of file diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 10b6e4744..5f3240acd 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,9 +1,14 @@ { - "name" : "com.vrmc.vrmshaders", - "version" : "0.56.1", - "displayName" : "VRM Shaders", - "description" : "VRM Shaders", - "unity" : "2018.4", - "keywords" : [ "vrm", "shader" ], - "author" : { "name": "VRM Consortium" } -} + "name": "com.vrmc.vrmshaders", + "version": "0.56.2", + "displayName": "VRM Shaders", + "description": "VRM Shaders", + "unity": "2018.4", + "keywords": [ + "vrm", + "shader" + ], + "author": { + "name": "VRM Consortium" + } +} \ No newline at end of file