Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Jun 7, 2018
1 parent 3fd8fc2 commit d4b94b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Core/Scripts/UniGLTFVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ namespace UniGLTF
public static class UniGLTFVersion
{
public const int MAJOR = 1;
public const int MINOR = 8;
public const int MINOR = 9;

public const string VERSION = "1.8";
public const string VERSION = "1.9";

public const string DecrementMenuName = "UniGLTF/Version(1.8) Decrement";
public const string IncrementMenuName = "UniGLTF/Version(1.8) Increment";
public const string DecrementMenuName = "UniGLTF/Version(1.9) Decrement";
public const string IncrementMenuName = "UniGLTF/Version(1.9) Increment";
}
}

0 comments on commit d4b94b7

Please sign in to comment.