mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 21:34:38 -05:00
Merge pull request #492 from ousttrue/bump_0.57.0
Bump version to 0.57.0
This commit is contained in:
@@ -4,10 +4,8 @@ namespace VRM
|
||||
public static partial class VRMVersion
|
||||
{
|
||||
public const int MAJOR = 0;
|
||||
public const int MINOR = 56;
|
||||
public const int PATCH = 3;
|
||||
public const string PRE_ID = "";
|
||||
|
||||
public const string VERSION = "0.56.3";
|
||||
public const int MINOR = 57;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "0.57.0";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "com.vrmc.univrm",
|
||||
"version": "0.56.3",
|
||||
"version": "0.57.0",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer and exporter",
|
||||
"description": "VRM importer",
|
||||
"unity": "2018.4",
|
||||
"keywords": [
|
||||
"vrm",
|
||||
@@ -14,6 +14,6 @@
|
||||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.vrmshaders": "0.56.3"
|
||||
"com.vrmc.vrmshaders": "0.57.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.vrmshaders",
|
||||
"version": "0.56.3",
|
||||
"version": "0.57.0",
|
||||
"displayName": "VRM Shaders",
|
||||
"description": "VRM Shaders",
|
||||
"unity": "2018.4",
|
||||
@@ -11,4 +11,4 @@
|
||||
"author": {
|
||||
"name": "VRM Consortium"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user