Merge pull request #793 from ousttrue/version/0_68_2

UniVRM-0.68.2
This commit is contained in:
ousttrue
2021-03-17 12:09:38 +09:00
committed by GitHub
5 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 4;
public const int PATCH = 1;
public const string VERSION = "2.4.1";
public const int PATCH = 2;
public const string VERSION = "2.4.2";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.unigltf",
"version": "2.4.1",
"version": "2.4.2",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
@@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.68.1"
"com.vrmc.vrmshaders": "0.68.2"
}
}

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.68.1",
"version": "0.68.2",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
@@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.68.1",
"com.vrmc.unigltf": "2.4.1"
"com.vrmc.vrmshaders": "0.68.2",
"com.vrmc.unigltf": "2.4.2"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.68.1",
"version": "0.68.2",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",