Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Apr 12, 2018
1 parent 874529f commit 0802e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Scripts/Format/VRMVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ namespace VRM
public static class VRMVersion
{
public const int MAJOR = 0;
public const int MINOR = 29;
public const int MINOR = 30;

public const string VERSION = "0.29";
public const string VERSION = "0.30";

public const string DecrementMenuName = "VRM/Version(0.29) Decrement";
public const string IncrementMenuName = "VRM/Version(0.29) Increment";
public const string DecrementMenuName = "VRM/Version(0.30) Decrement";
public const string IncrementMenuName = "VRM/Version(0.30) Increment";
}
}

0 comments on commit 0802e15

Please sign in to comment.