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

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Aug 1, 2018
1 parent 03a4b67 commit 6f0043c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Scripts/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 = 1;
public const int MINOR = 12;
public const int MINOR = 13;

public const string VERSION = "1.12";
public const string VERSION = "1.13";
}
}

0 comments on commit 6f0043c

Please sign in to comment.