Skip to content

Commit

Permalink
Merge pull request #806 from hiroj/update_version_v0_67
Browse files Browse the repository at this point in the history
update_version_v0_67
  • Loading branch information
hiroj authored Mar 18, 2021
2 parents 0089289 + b8457b5 commit bc2c112
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Assets/UniGLTF/Runtime/UniGLTF/UniGLTFVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class UniGLTFVersion
{
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";
}
}
4 changes: 2 additions & 2 deletions Assets/UniGLTF/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.67.1"
"com.vrmc.vrmshaders": "0.67.2"
}
}
4 changes: 2 additions & 2 deletions Assets/VRM/Runtime/Format/VRMVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static partial class VRMVersion
{
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";
}
}
6 changes: 3 additions & 3 deletions Assets/VRM/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.67.1",
"version": "0.67.2",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion Assets/VRMShaders/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bc2c112

Please sign in to comment.