update UniGLTF VERSION

This commit is contained in:
hiroj
2021-03-09 20:01:09 +09:00
parent b23b62b8d5
commit 9cc18fc7b2
3 changed files with 4 additions and 4 deletions

View File

@@ -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";
}
}

View File

@@ -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",

View File

@@ -15,6 +15,6 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.67.1",
"com.vrmc.unigltf": "2.3.0"
"com.vrmc.unigltf": "2.3.1"
}
}