Bump version to 0.58.0

This commit is contained in:
ousttrue
2020-08-17 16:03:45 +09:00
parent 82254d5514
commit 0ef206b233
3 changed files with 6 additions and 6 deletions

View File

@@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 57;
public const int PATCH = 1;
public const string VERSION = "0.57.1";
public const int MINOR = 58;
public const int PATCH = 0;
public const string VERSION = "0.58.0";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.57.1",
"version": "0.58.0",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
@@ -14,6 +14,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.57.1"
"com.vrmc.vrmshaders": "0.58.0"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.57.1",
"version": "0.58.0",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",