From e619083b57b245300e4e7c3ebeaed947077ab9dc Mon Sep 17 00:00:00 2001 From: Wyrrrd Date: Wed, 2 Dec 2020 18:41:31 +0100 Subject: [PATCH] Version bump for base game 1.1 --- changelog.txt | 5 +++++ info.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 21f08aa..f73b53b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.1.0 +Date: 2020-12-02 + Changes: + - Version bump for base game 1.1 +--------------------------------------------------------------------------------------------------- Version: 0.18.5 Date: 2020-11-23 Bugfixes: diff --git a/info.json b/info.json index 095ff37..40458c0 100644 --- a/info.json +++ b/info.json @@ -1,13 +1,13 @@ { "name": "IndustrialDisplayPlates", - "version": "0.18.5", + "version": "1.1.0", "title": "Industrial Display Plates", "author": "Wyrrrd", "homepage": "https://github.com/Wyrrrd/IndustrialDisplayPlates", "dependencies": [ - "base >= 0.18.27", + "base >= 1.1.0", "(?)IndustrialRevolution" ], "description": "Big, medium and small signs which display item and fluid icons. Can be used to blueprint map markers.", - "factorio_version": "0.18" + "factorio_version": "1.1" }