Bump version to 0.56.3

This commit is contained in:
ousttrue
2020-07-07 19:43:45 +09:00
parent 45ec554f38
commit 1f0d4f660f
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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