Change: reset min compatible version to 1 for release

This commit is contained in:
Andy
2015-01-10 22:16:32 +00:00
parent b0d75ac6c5
commit 617b7ee407

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 2; }
function GetVersion() { return 1; }
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 2; }
function MinVersionToLoad() { return 1; }
function GetSettings();
}