From c1d8e3a4ebeb56b7235146a9c02e447937219f7a Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 24 Jan 2020 21:00:25 +0100 Subject: [PATCH] Update to factorio 0.18.x --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index f7354ec..e113a8b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 0.18.0 +Date: 2020-01-24 + + Changed: + - Update to factorio 0.18.x. + --------------------------------------------------------------------------------------------------- Version: 0.17.2 Date: 2019-06-01 diff --git a/info.json b/info.json index f2b0f4a..92d8d64 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-corpsemarker", - "version": "0.17.2", + "version": "0.18.0", "title": "Corpse Marker", "author": "someone1337", "homepage": "https://git.somenet.org/pub/jan/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 >= 0.17"], - "factorio_version": "0.17" + "dependencies": ["base"], + "factorio_version": "0.18" } -- 2.43.0