mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
Merge pull request #469 from ousttrue/bump_0.56.3
Bump version to 0.56.3
This commit is contained in:
commit
2fe01325b3
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user