From 1f0d4f660fab6d1dfaa69d7fd97d391fe7b5bb81 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 7 Jul 2020 19:43:45 +0900 Subject: [PATCH] Bump version to 0.56.3 --- Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs | 4 ++-- Assets/VRM/package.json | 4 ++-- Assets/VRMShaders/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs b/Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs index ee8d6f8fe..617b280d8 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 = 2; + public const int PATCH = 3; public const string PRE_ID = ""; - public const string VERSION = "0.56.2"; + public const string VERSION = "0.56.3"; } } diff --git a/Assets/VRM/package.json b/Assets/VRM/package.json index 1e12d765d..26b6cfcee 100644 --- a/Assets/VRM/package.json +++ b/Assets/VRM/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.univrm", - "version": "0.56.2", + "version": "0.56.3", "displayName": "VRM", "description": "VRM importer", "unity": "2018.4", @@ -14,6 +14,6 @@ "name": "VRM Consortium" }, "dependencies": { - "com.vrmc.vrmshaders": "0.56.2" + "com.vrmc.vrmshaders": "0.56.3" } } \ No newline at end of file diff --git a/Assets/VRMShaders/package.json b/Assets/VRMShaders/package.json index 5f3240acd..7d712dcaf 100644 --- a/Assets/VRMShaders/package.json +++ b/Assets/VRMShaders/package.json @@ -1,6 +1,6 @@ { "name": "com.vrmc.vrmshaders", - "version": "0.56.2", + "version": "0.56.3", "displayName": "VRM Shaders", "description": "VRM Shaders", "unity": "2018.4",