mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
Merge pull request #517 from ousttrue/bump_0.58.1
Bump version to 0.58.1
This commit is contained in:
@@ -5,7 +5,7 @@ namespace VRM
|
||||
{
|
||||
public const int MAJOR = 0;
|
||||
public const int MINOR = 58;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "0.58.0";
|
||||
public const int PATCH = 1;
|
||||
public const string VERSION = "0.58.1";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.univrm",
|
||||
"version": "0.58.0",
|
||||
"version": "0.58.1",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer",
|
||||
"unity": "2018.4",
|
||||
@@ -14,6 +14,6 @@
|
||||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.vrmshaders": "0.58.0"
|
||||
"com.vrmc.vrmshaders": "0.58.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.vrmshaders",
|
||||
"version": "0.58.0",
|
||||
"version": "0.58.1",
|
||||
"displayName": "VRM Shaders",
|
||||
"description": "VRM Shaders",
|
||||
"unity": "2018.4",
|
||||
|
||||
Reference in New Issue
Block a user