]> git.somenet.org - factorio/some-spaceship-wreck-generator.git/commitdiff
RELEASE 2.1.0 - Initial compatibility with Factorio 2.1 master
authorSomeone <someone@somenet.org>
Fri, 26 Jun 2026 20:06:27 +0000 (22:06 +0200)
committerSomeone <someone@somenet.org>
Fri, 26 Jun 2026 20:06:27 +0000 (22:06 +0200)
changelog.txt
info.json

index 56decf79ea7e50aeafa1b59dcd87029e97a47a41..63393ee3f8240056d99fbd94f00b3c5204d80250 100644 (file)
@@ -1,3 +1,10 @@
+---------------------------------------------------------------------------------------------------
+Version: 2.1.0
+Date: 2026-06-26
+
+  Changed:
+    - Initial compatibility with Factorio 2.1
+
 ---------------------------------------------------------------------------------------------------
 Version: 2.0.1
 Date: 2026-01-16
index 397abda91791131f74b043c8ef13cdfddad88ba5..a00e97737beb320da84fd1ad8a21366d207bafc4 100644 (file)
--- a/info.json
+++ b/info.json
@@ -1,12 +1,12 @@
 {
     "name": "some-spaceship-wreck-generator",
-    "version": "2.0.1",
+    "version": "2.1.0",
     "title": "Spaceship APU survived the crash",
     "author": "someone1337",
     "homepage": "https://git.somenet.org/factorio/some-spaceship-wreck-generator.git",
     "description": "The spaceship is wrecked, but thankfully the Auxiliary Power Unit is still working and can be used as a tiny infinite power source generator.",
-    "factorio_version": "2.0",
+    "factorio_version": "2.1",
     "dependencies": [
-        "base>=2.0.0"
+        "base>=2.1.0"
     ]
 }