Skip to content

Commit

Permalink
Merge pull request #261 from hiroj/fix_version
Browse files Browse the repository at this point in the history
update version numbder
  • Loading branch information
ousttrue authored Jun 5, 2019
2 parents d404e19 + 06dc63d commit b98962c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Assets/VRM/UniVRM/Scripts/Format/VRMVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ namespace VRM
public static partial class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 52;
public const int MINOR = 53;
public const int PATCH = 0;
public const string PRE_ID = "";

public const string VERSION = "0.52.0";
public const string VERSION = "0.53.0";
}
}
2 changes: 1 addition & 1 deletion specification/0.0/schema/vrm.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "object",
"properties": {
"exporterVersion": {
"description": "Version of exporter that vrm created. UniVRM-0.52.0",
"description": "Version of exporter that vrm created. UniVRM-0.53.0",
"type": "string"
},
"specVersion": {
Expand Down

0 comments on commit b98962c

Please sign in to comment.