Merge pull request #806 from hiroj/update_version_v0_67

update_version_v0_67
This commit is contained in:
hiroj
2021-03-18 18:33:14 +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 = 3;
public const int PATCH = 1;
public const string VERSION = "2.3.1";
public const int PATCH = 2;
public const string VERSION = "2.3.2";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.unigltf",
"version": "2.3.1",
"version": "2.3.2",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
@@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.67.1"
"com.vrmc.vrmshaders": "0.67.2"
}
}

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.67.1",
"version": "0.67.2",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
@@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.67.1",
"com.vrmc.unigltf": "2.3.1"
"com.vrmc.vrmshaders": "0.67.2",
"com.vrmc.unigltf": "2.3.2"
}
}

View File

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