From 3b2862d991604bc07b7282e3a36d4a0881e108e3 Mon Sep 17 00:00:00 2001 From: leoric Date: Sun, 12 Jul 2026 20:47:40 +0700 Subject: [PATCH] 2.1 bump --- changelog.txt | 5 +++++ info.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9f6b294..daecaea 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.12 +Date: 2026-07-12 + Changes: + - Updated to Factorio 2.1. No code changes were required. +--------------------------------------------------------------------------------------------------- Version: 2.0.11 Date: 2025-11-09 Locale: diff --git a/info.json b/info.json index 021831f..e0ad8dd 100644 --- a/info.json +++ b/info.json @@ -1,9 +1,9 @@ { "name": "Gun_Turret_Alerts", - "version": "2.0.11", + "version": "2.0.12", "title": "Ammo Alerts", "author": "Wyrrrd", - "factorio_version": "2.0", - "dependencies": ["base >= 2.0.0"], + "factorio_version": "2.1", + "dependencies": ["base >= 2.1.0"], "description": "Adds map alerts for players when a turret or car is either out of ammo or has low ammo" } \ No newline at end of file