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

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed May 30, 2018
1 parent 229c286 commit 038b990
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 = 6;
public const int MINOR = 7;

public const string VERSION = "1.6";
public const string VERSION = "1.7";

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

0 comments on commit 038b990

Please sign in to comment.