mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-03 00:10:17 -05:00
Version 0.61.1
This commit is contained in:
parent
9dd4f2dfbc
commit
f42799e706
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.vrmc.meshutility",
|
||||
"version": "0.61.0",
|
||||
"version": "0.61.1",
|
||||
"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>",
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ namespace VRM
|
|||
{
|
||||
public const int MAJOR = 0;
|
||||
public const int MINOR = 61;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "0.61.0";
|
||||
public const int PATCH = 1;
|
||||
public const string VERSION = "0.61.1";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.vrmc.univrm",
|
||||
"version": "0.61.0",
|
||||
"version": "0.61.1",
|
||||
"displayName": "VRM",
|
||||
"description": "VRM importer",
|
||||
"unity": "2018.4",
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"name": "VRM Consortium"
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.vrmshaders": "0.61.0",
|
||||
"com.vrmc.meshutility": "0.61.0"
|
||||
"com.vrmc.vrmshaders": "0.61.1",
|
||||
"com.vrmc.meshutility": "0.61.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.vrmc.vrmshaders",
|
||||
"version": "0.61.0",
|
||||
"version": "0.61.1",
|
||||
"displayName": "VRM Shaders",
|
||||
"description": "VRM Shaders",
|
||||
"unity": "2018.4",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user