mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 03:48:19 -05:00
bump version to 0.56.1
Assets/VRM/package.jsonのバージョン上げ忘れ
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user