Change: bump min versions due to string changes
This commit is contained in:
4
info.nut
4
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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user