From e8d5a8c5eede16e5293f684f3d9b03816f74855d Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 15 Sep 2020 15:49:35 +0900 Subject: [PATCH] Bump version to 0.60.0 --- Assets/MeshUtility/package.json | 2 +- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 6 +++--- Assets/VRMShaders/package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/MeshUtility/package.json b/Assets/MeshUtility/package.json index 50837f1cf..9b29e1540 100644 --- a/Assets/MeshUtility/package.json +++ b/Assets/MeshUtility/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.meshutility", - "version": "0.59.0", + "version": "0.60.0", "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 77872c4f4..31a93d12a 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -4,8 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 59; + public const int MINOR = 60; public const int PATCH = 0; - public const string VERSION = "0.59.0"; + public const string VERSION = "0.60.0"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 67b4e71d2..57b8832ba 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.59.0", + "version": "0.60.0", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,7 +14,7 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.59.0", - "com.vrmc.meshutility": "0.59.0" + "com.vrmc.vrmshaders": "0.60.0", + "com.vrmc.meshutility": "0.60.0" } } diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index c8a10224e..7b58f8b0b 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.59.0", + "version": "0.60.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",