From af74836ea4ebc53fe3e9156406907a28fd7c3adb Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Tue, 2 Sep 2025 14:50:35 +0200 Subject: [PATCH] Correct typo --- changelog.txt | 5 +++++ control.lua | 2 +- info.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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",