diff --git a/bananas.ini b/bananas.ini index ec7613f..a9aa0c4 100644 --- a/bananas.ini +++ b/bananas.ini @@ -6,10 +6,10 @@ name = BusyBee version = description_file = bananas_description.txt -url = http://dev.openttdcoop.org/projects/busybee-gs +url = http://dev.openttdcoop.org/projects/busy-bee-gs license = GPL v2 tags = cargo, challenge, goal, cooperative -openttd_minimum_supported_version = 1.4.2 +openttd_minimum_supported_version = Nightly openttd_maximum_supported_version = # SuperLib_for_NoGo-36.tar diff --git a/info.nut b/info.nut index c66d8ca..625ccbf 100644 --- a/info.nut +++ b/info.nut @@ -33,7 +33,7 @@ class BusyBeeInfo extends GSInfo { function CreateInstance() { return "BusyBeeClass"; } function GetShortName() { return "BBEE"; } function GetAPIVersion() { return "1.5"; } - function GetUrl() { return "http://dev.openttdcoop.org/projects/busybee-gs"; } + function GetUrl() { return "http://dev.openttdcoop.org/projects/busy-bee-gs"; } function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; } function GetSettings(); }