Merge pull request #469 from ousttrue/bump_0.56.3

Bump version to 0.56.3
This commit is contained in:
hiroj 2020-07-07 19:48:21 +09:00 committed by GitHub
commit 2fe01325b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",