UniVRM-0.93.2

This commit is contained in:
ousttrue 2022-01-12 18:32:48 +09:00
parent 95fb2eba1d
commit eb9124faa9
6 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 29;
public const int PATCH = 1;
public const string VERSION = "2.29.1";
public const int PATCH = 2;
public const string VERSION = "2.29.2";
}
}

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.93.1",
"version": "0.93.2",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2019.4",
@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.93.1"
"com.vrmc.vrmshaders": "0.93.2"
}
}

View File

@ -5,7 +5,7 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 93;
public const int PATCH = 1;
public const string VERSION = "0.93.1";
public const int PATCH = 2;
public const string VERSION = "0.93.2";
}
}

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.93.1",
"version": "0.93.2",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2019.4",
@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.93.1",
"com.vrmc.gltf": "0.93.1"
"com.vrmc.vrmshaders": "0.93.2",
"com.vrmc.gltf": "0.93.2"
},
"samples": [
{

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.93.1",
"version": "0.93.2",
"displayName": "VRM-1.0β",
"description": "VRM-1.0β importer",
"unity": "2019.4",
@ -14,8 +14,8 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.93.1",
"com.vrmc.gltf": "0.93.1"
"com.vrmc.vrmshaders": "0.93.2",
"com.vrmc.gltf": "0.93.2"
},
"samples": [
{

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.93.1",
"version": "0.93.2",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2019.4",