From 9468504a6784e50cda84f89804c891fc073cc188 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 24 Jan 2020 21:00:46 +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 6de10d1..4df89f0 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.4 Date: 2019-09-04 diff --git a/info.json b/info.json index c048d5a..ea40bf1 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-benchmark", - "version": "0.17.4", + "version": "0.18.0", "title": "Someone's production benchmark logger", "author": "someone1337", "homepage": "https://git.somenet.org/pub/jan/factorio_some-benchmark.git", "description": "Periodic logging of production/consumption stats. Can be copy/pasted into libreoffice calc (and likely excel) for more detailed analysis.", - "dependencies": ["base >= 0.17"], - "factorio_version": "0.17" + "dependencies": ["base"], + "factorio_version": "0.18" } -- 2.43.0