Skip to content

Commit

Permalink
Merge pull request #898 from ousttrue/version/0_73_0
Browse files Browse the repository at this point in the history
UniVRM-0.73.0
  • Loading branch information
PoChang007 authored Apr 21, 2021
2 parents 0d8dcef + c823278 commit baaf950
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 @@ -4,8 +4,8 @@ namespace UniGLTF
public static partial class UniGLTFVersion
{
public const int MAJOR = 2;
public const int MINOR = 8;
public const int MINOR = 9;
public const int PATCH = 0;
public const string VERSION = "2.8.0";
public const string VERSION = "2.9.0";
}
}
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.8.0",
"version": "2.9.0",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2018.4",
Expand All @@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.72.0"
"com.vrmc.vrmshaders": "0.73.0"
}
}
4 changes: 2 additions & 2 deletions Assets/VRM/Runtime/Format/VRMVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 72;
public const int MINOR = 73;
public const int PATCH = 0;
public const string VERSION = "0.72.0";
public const string VERSION = "0.73.0";
}
}
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.72.0",
"version": "0.73.0",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2018.4",
Expand All @@ -14,7 +14,7 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.72.0",
"com.vrmc.unigltf": "2.8.0"
"com.vrmc.vrmshaders": "0.73.0",
"com.vrmc.unigltf": "2.9.0"
}
}
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.72.0",
"version": "0.73.0",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2018.4",
Expand Down

0 comments on commit baaf950

Please sign in to comment.