From aab4e5a46972b0bf5bee778f2305ee4d5f497cdb Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 28 Jul 2020 14:54:58 +0900 Subject: [PATCH 1/2] Bump version to 0.57.0 --- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index 617b280d8..e6e4321a2 100644 --- a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs +++ b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs @@ -4,10 +4,8 @@ namespace VRM public static partial class VRMVersion { public const int MAJOR = 0; - public const int MINOR = 56; - public const int PATCH = 3; - public const string PRE_ID = ""; - - public const string VERSION = "0.56.3"; + public const int MINOR = 57; + public const int PATCH = 0; + public const string VERSION = "0.57.0"; } } From 9d6b96082b71c8aa3c259815a6b64c1bf7eac0ae Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 28 Jul 2020 14:58:02 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E3=82=B3=E3=83=9F=E3=83=83=E3=83=88?= =?UTF-8?q?=E3=82=82=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM/package.json | 8 ++++---- Assets/VRMShaders/package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index d6d49bde1..8454ee9b5 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,8 +1,8 @@ { "name": "com.vrmc.univrm", - "version": "0.56.3", + "version": "0.57.0", "displayName": "VRM", - "description": "VRM importer and exporter", + "description": "VRM importer", "unity": "2018.4", "keywords": [ "vrm", @@ -14,6 +14,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.56.3" + "com.vrmc.vrmshaders": "0.57.0" } -} \ No newline at end of file +} diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 7d712dcaf..b59083ea4 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.56.3", + "version": "0.57.0", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4", @@ -11,4 +11,4 @@ "author": { "name": "VRM Consortium" } -} \ No newline at end of file +}