Skip to content

Commit

Permalink
Merge pull request #1723 from ousttrue/version/v0_101_0
Browse files Browse the repository at this point in the history
UniVRM-0.101.0
  • Loading branch information
ousttrue authored Jun 29, 2022
2 parents efdbef5 + 6aa92e8 commit af98903
Show file tree
Hide file tree
Showing 8 changed files with 489 additions and 22 deletions.
6 changes: 3 additions & 3 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 = 36;
public const int PATCH = 1;
public const string VERSION = "2.36.1";
public const int MINOR = 37;
public const int PATCH = 0;
public const string VERSION = "2.37.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.gltf",
"version": "0.100.1",
"version": "0.101.0",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2019.4",
Expand All @@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.100.1"
"com.vrmc.vrmshaders": "0.101.0"
}
}
6 changes: 3 additions & 3 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 = 100;
public const int PATCH = 1;
public const string VERSION = "0.100.1";
public const int MINOR = 101;
public const int PATCH = 0;
public const string VERSION = "0.101.0";
}
}
Loading

0 comments on commit af98903

Please sign in to comment.