From 6f0043ce519177314ca2056e1cf3138fbcb95b86 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 1 Aug 2018 16:33:54 +0900 Subject: [PATCH] Incremented version --- Core/Scripts/UniGLTFVersion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Scripts/UniGLTFVersion.cs b/Core/Scripts/UniGLTFVersion.cs index b203d17..6da173e 100644 --- a/Core/Scripts/UniGLTFVersion.cs +++ b/Core/Scripts/UniGLTFVersion.cs @@ -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"; } }