Change: bump min versions due to string changes

This commit is contained in:
Andy
2015-01-10 21:21:59 +00:00
parent cca702e7db
commit 74957eac70

View File

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