Bump version to 0.56.2

This commit is contained in:
ousttrue
2020-07-06 11:24:21 +09:00
parent 2d30e866e5
commit c869adfef1
3 changed files with 31 additions and 19 deletions

View File

@@ -5,9 +5,9 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 56;
public const int PATCH = 1;
public const int PATCH = 2;
public const string PRE_ID = "";
public const string VERSION = "0.56.1";
public const string VERSION = "0.56.2";
}
}

View File

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

View File

@@ -1,9 +1,14 @@
{
"name" : "com.vrmc.vrmshaders",
"version" : "0.56.1",
"displayName" : "VRM Shaders",
"description" : "VRM Shaders",
"unity" : "2018.4",
"keywords" : [ "vrm", "shader" ],
"author" : { "name": "VRM Consortium" }
}
"name": "com.vrmc.vrmshaders",
"version": "0.56.2",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",
"keywords": [
"vrm",
"shader"
],
"author": {
"name": "VRM Consortium"
}
}