diff --git a/changelog.txt b/changelog.txt index a9a6142..b2dae62 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.10 +Date: 2025-09-02 + Bugfixes: + - Typo, messed up syntax +--------------------------------------------------------------------------------------------------- Version: 2.0.9 Date: 2025-09-02 Bugfixes: diff --git a/control.lua b/control.lua index 837a5e1..d4ac239 100644 --- a/control.lua +++ b/control.lua @@ -3,7 +3,7 @@ --requires -require(util) +require "util" --util functions diff --git a/info.json b/info.json index 28ebeff..ca31c00 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "Gun_Turret_Alerts", - "version": "2.0.9", + "version": "2.0.10", "title": "Ammo Alerts", "author": "Wyrrrd", "factorio_version": "2.0",