bump version to 0.56.1

Assets/VRM/package.jsonのバージョン上げ忘れ
This commit is contained in:
ousttrue
2020-07-03 17:21:12 +09:00
parent 41b32b9987
commit 455c14ed25
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 = 0;
public const int PATCH = 1;
public const string PRE_ID = "";
public const string VERSION = "0.56.0";
public const string VERSION = "0.56.1";
}
}

View File

@@ -1,12 +1,12 @@
{
"name" : "com.vrmc.univrm",
"version" : "0.55.0",
"version" : "0.56.1",
"displayName" : "VRM",
"description" : "VRM importer",
"unity" : "2017.1",
"keywords" : [ "vrm", "importer", "avatar", "vr" ],
"author" : { "name": "VRM Consortium" },
"dependencies": {
"com.vrmc.vrmshaders": "0.56.0"
"com.vrmc.vrmshaders": "0.56.1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name" : "com.vrmc.vrmshaders",
"version" : "0.56.0",
"version" : "0.56.1",
"displayName" : "VRM Shaders",
"description" : "VRM Shaders",
"unity" : "2017.1",