From 74957eac7040cc6b882c26316ef637eb116125ff Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 10 Jan 2015 21:21:59 +0000 Subject: [PATCH] Change: bump min versions due to string changes --- info.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.nut b/info.nut index 87382b8..f264439 100644 --- a/info.nut +++ b/info.nut @@ -21,13 +21,13 @@ class BusyBeeInfo extends GSInfo { function GetAuthor() { return "alberth & andythenorth"; } function GetName() { return "BusyBee"; } function GetDescription() { return "Make connection, transport cargo"; } - function GetVersion() { return 1; } + function GetVersion() { return 2; } function GetDate() { return "2015-01-10"; } function CreateInstance() { return "BusyBeeClass"; } function GetShortName() { return "BBEE"; } function GetAPIVersion() { return "1.5"; } function GetUrl() { return ""; } - function MinVersionToLoad() { return 0; } + function MinVersionToLoad() { return 2; } function GetSettings(); }