diff --git a/Assets/MeshUtility/package.json b/Assets/MeshUtility/package.json index 1bb826bae..9324e0ceb 100644 --- a/Assets/MeshUtility/package.json +++ b/Assets/MeshUtility/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.meshutility", - "version": "0.61.0", + "version": "0.61.1", "displayName": "MeshUtility", "unity": "2018.4", "description": "MeshUtility is a package for mesh separation, etc. \n\nCheck out the latest information here: ", diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index 911421322..65cd75f51 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -5,7 +5,7 @@ namespace VRM { public const int MAJOR = 0; public const int MINOR = 61; - public const int PATCH = 0; - public const string VERSION = "0.61.0"; + public const int PATCH = 1; + public const string VERSION = "0.61.1"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index de9570c4b..7f17fa28a 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.61.0", + "version": "0.61.1", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.61.0", - "com.vrmc.meshutility": "0.61.0" + "com.vrmc.vrmshaders": "0.61.1", + "com.vrmc.meshutility": "0.61.1" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index d2478d4e4..0ebab33ee 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.61.0", + "version": "0.61.1", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",