mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-16 16:11:48 -05:00
Merge pull request #571 from ousttrue/bump_0_61_0
Bump version to 0.61.0
This commit is contained in:
commit
82e2031573
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.vrmc.meshutility",
|
||||
"version": "0.60.0",
|
||||
"version": "0.61.0",
|
||||
"displayName": "MeshUtility",
|
||||
"unity": "2018.4",
|
||||
"description": "MeshUtility is a package for mesh separation, etc. \n\nCheck out the latest information here: <https://github.com/vrm-c/UniVRM/tree/master/Assets/MeshUtility>",
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ namespace VRM
|
|||
public static partial class VRMVersion
|
||||
{
|
||||
public const int MAJOR = 0;
|
||||
public const int MINOR = 60;
|
||||
public const int MINOR = 61;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "0.60.0";
|
||||
public const string VERSION = "0.61.0";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.vrmc.univrm",
|
||||
"version": "0.60.0",
|
||||
"version": "0.61.0",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer",
|
||||
"unity": "2018.4",
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.vrmshaders": "0.60.0",
|
||||
"com.vrmc.meshutility": "0.60.0"
|
||||
"com.vrmc.vrmshaders": "0.61.0",
|
||||
"com.vrmc.meshutility": "0.61.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.vrmc.vrmshaders",
|
||||
"version": "0.60.0",
|
||||
"version": "0.61.0",
|
||||
"displayName": "VRM Shaders",
|
||||
"description": "VRM Shaders",
|
||||
"unity": "2018.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user