From d180e6cfe5935345635b1cbd69f6a0deb1dd3fff Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 21 Oct 2024 17:28:37 +0200 Subject: [PATCH] RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index fdb6183..65873b5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/info.json b/info.json index feac5bb..8baf4e7 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "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?", - "dependencies": ["base>=1.1.0"], - "factorio_version": "1.1" + "factorio_version": "2.0", + "dependencies": ["base>=2.0.0"] } -- 2.43.0