Merge pull request #1055 from Santarh/update_version_v0_67_6

[Branch v0.67.0] update v0.67.6
This commit is contained in:
ousttrue
2021-06-21 16:12:54 +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 = 5;
public const string VERSION = "2.3.5";
public const int PATCH = 6;
public const string VERSION = "2.3.6";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.unigltf",
"version": "2.3.5",
"version": "2.3.6",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
@@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.67.5"
"com.vrmc.vrmshaders": "0.67.6"
}
}

View File

@@ -5,7 +5,7 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 67;
public const int PATCH = 5;
public const string VERSION = "0.67.5";
public const int PATCH = 6;
public const string VERSION = "0.67.6";
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.67.5",
"version": "0.67.6",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
@@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.67.5",
"com.vrmc.unigltf": "2.3.5"
"com.vrmc.vrmshaders": "0.67.6",
"com.vrmc.unigltf": "2.3.6"
}
}

View File

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