mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 13:29:41 -05:00
update UniGLTF VERSION
This commit is contained in:
@@ -5,7 +5,7 @@ namespace UniGLTF
|
||||
{
|
||||
public const int MAJOR = 2;
|
||||
public const int MINOR = 3;
|
||||
public const int PATCH = 0;
|
||||
public const string VERSION = "2.3.0";
|
||||
public const int PATCH = 1;
|
||||
public const string VERSION = "2.3.1";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.vrmc.unigltf",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"displayName": "UniGLTF",
|
||||
"description": "GLTF importer and exporter",
|
||||
"unity": "2018.4",
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"com.vrmc.vrmshaders": "0.67.1",
|
||||
"com.vrmc.unigltf": "2.3.0"
|
||||
"com.vrmc.unigltf": "2.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user