diff --git a/changelog.md b/changelog.md index 98116719..791f9ce1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Changelog -## [Unreleased - 2.0.0.X] - 2021-05-XX -[Download](https://github.com/Joe91/fun-bots/archive/V2.0.0.5.zip) +## [Unreleased - 2.0.0.X] - 2021-06-XX +[Download](https://github.com/Joe91/fun-bots/archive/V2.0.0.6.zip) The Release-Candidate - First maps with vehicle-support for testing @@ -21,7 +21,7 @@ The Release-Candidate - new paths for Karkhand (thanks to run) - Thalah Market Squad-Rush (thanks to DuTcHrEaGaN) - Thalah Market Assault Small and Large (thanks to DuTcHrEaGaN) - - Epicenter Conquest Small (thanks to DuTcHrEaGaN) + - Epicenter Conquest Small and Large (thanks to DuTcHrEaGaN) - Markaz Monolith Conquest Small and Large (thanks to DuTcHrEaGaN) - longer reaction-time on bigger distances - Additional Spawn-Delay of BOTs possible diff --git a/ext/Shared/Version.lua b/ext/Shared/Version.lua index 0f1001af..82a5a231 100644 --- a/ext/Shared/Version.lua +++ b/ext/Shared/Version.lua @@ -1,2 +1,2 @@ -VERSION = '2.0.0.5' +VERSION = '2.0.0.6' BRANCH = 'master' diff --git a/mod.json b/mod.json index daa0b271..4ae7aac4 100644 --- a/mod.json +++ b/mod.json @@ -3,7 +3,7 @@ "Authors": ["MajorVictory", "Bizzi","Joe-91"], "Description": "AI-Bots for TDM", "URL": "https://github.com/Joe91/fun-bots", - "Version": "2.0.0.5", + "Version": "2.0.0.6", "HasWebUI": true, "Tags": ["fun-bots"], "HasVeniceEXT": true,