diff --git a/changelog.txt b/changelog.txt index 51d54a0..a03b330 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -Version: 3.2.3 +Version: 3.3.0 Improvements: - Re-added kamikaze squad state to prevent unit group dancing and then disbanding Bugfixes: diff --git a/control.lua b/control.lua index 564fa8f..d5b9b90 100644 --- a/control.lua +++ b/control.lua @@ -307,7 +307,7 @@ local function onModSettingsChange(event) end local function onConfigChanged() - game.print("Rampant - Version 3.2.2") + game.print("Rampant - Version 3.3.0") initializeLibraries(true) Upgrade.attempt() diff --git a/info.json b/info.json index fb1c9e9..cc42dd4 100644 --- a/info.json +++ b/info.json @@ -1,7 +1,7 @@ { "name" : "Rampant", "factorio_version" : "1.1", - "version" : "3.2.3", + "version" : "3.3.0", "title" : "Rampant", "author" : "Veden", "homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",