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(); }