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"; } } 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 +}