]> git.somenet.org - factorio/some-corpsemarker.git/commitdiff
RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 master
authorSomeone <someone@somenet.org>
Mon, 21 Oct 2024 15:28:37 +0000 (17:28 +0200)
committerSomeone <someone@somenet.org>
Mon, 21 Oct 2024 15:28:37 +0000 (17:28 +0200)
changelog.txt
info.json

index fdb6183b05cc52f6037845cacfe9e27aa3de97af..65873b5442c293becece5d85ec7bd44101b9dac7 100644 (file)
@@ -1,3 +1,10 @@
+---------------------------------------------------------------------------------------------------
+Version: 2.0.0
+Date: 2024-10-21
+
+  Changed:
+    - Initial compatibility with Factorio 2.0
+
 ---------------------------------------------------------------------------------------------------
 Version: 1.1.2
 Date: 2024-01-02
 ---------------------------------------------------------------------------------------------------
 Version: 1.1.2
 Date: 2024-01-02
index feac5bbd2e7c9e4d50895c0029833f0cda090bc1..8baf4e74a844448a84a9a243c486166733bb9004 100644 (file)
--- a/info.json
+++ b/info.json
@@ -1,10 +1,10 @@
 {
     "name": "some-corpsemarker",
 {
     "name": "some-corpsemarker",
-    "version": "1.1.2",
+    "version": "2.0.0",
     "title": "Corpse Marker",
     "author": "someone1337",
     "homepage": "https://git.somenet.org/factorio/some-corpsemarker.git",
     "description": "Whey a player dies a corpse marker notice is added to their force's mini map indicating the place of death. Because who remembers where exactly their dead body lies?",
     "title": "Corpse Marker",
     "author": "someone1337",
     "homepage": "https://git.somenet.org/factorio/some-corpsemarker.git",
     "description": "Whey a player dies a corpse marker notice is added to their force's mini map indicating the place of death. Because who remembers where exactly their dead body lies?",
-    "dependencies": ["base>=1.1.0"],
-    "factorio_version": "1.1"
+    "factorio_version": "2.0",
+    "dependencies": ["base>=2.0.0"]
 }
 }