From 0906a0beb8a003cbf52817bb9b5e4fa58cf12c02 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 24 Jan 2020 20:55:05 +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 920d218..cfbede2 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.3 Date: 2019-06-01 diff --git a/info.json b/info.json index 7962083..29f3cb4 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-luaconsole", - "version": "0.17.3", + "version": "0.18.0", "title": "Someone's LUA-Console", "author": "someone1337", "homepage": "https://git.somenet.org/pub/jan/factorio_some-luaconsole.git", "description": "Run lua commands without losing achievements. By default opens with SHIFT + RIGHTBRACKET. Why? Because of the 0.16.x -> 0.17.x transition.", - "dependencies": ["base >= 0.17"], - "factorio_version": "0.17" + "dependencies": ["base"], + "factorio_version": "0.18" } -- 2.43.0