Compare commits

..
2 Commits
Author SHA1 Message Date
Wyrrrd 70d23dc5c5 Fix versioning 2026-07-19 20:12:02 +02:00
leoricandWyrrrd 3b2862d991 2.1 bump 2026-07-19 20:05:11 +02:00
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.1.0
Date: 2026-07-19
Changes:
- Updated to Factorio 2.1. No code changes were required.
---------------------------------------------------------------------------------------------------
Version: 2.0.11
Date: 2025-11-09
Locale:
+3 -3
View File
@@ -1,9 +1,9 @@
{
"name": "Gun_Turret_Alerts",
"version": "2.0.11",
"version": "2.1.0",
"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"
}