From 97390e38ccdcc9f5606273a8209235f7411341c4 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 10:00:28 +0000 Subject: [PATCH] Change: set API version to 1.5 --- info.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.nut b/info.nut index 162ef29..181749c 100644 --- a/info.nut +++ b/info.nut @@ -26,7 +26,7 @@ class FMainClass extends GSInfo { function GetDate() { return "2014-12-27"; } function CreateInstance() { return "MainClass"; } function GetShortName() { return "BBEE"; } - function GetAPIVersion() { return "1.4"; } + function GetAPIVersion() { return "1.5"; } function GetUrl() { return ""; } }