Merge pull request #492 from ousttrue/bump_0.57.0

Bump version to 0.57.0
This commit is contained in:
ousttrue
2020-07-28 15:01:29 +09:00
committed by GitHub
3 changed files with 9 additions and 11 deletions

View File

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

View File

@@ -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"
}
}
}

View File

@@ -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"
}
}
}