From 6346170c18812071884afb84122604320bac1003 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 14 Aug 2020 13:38:35 +0200 Subject: [PATCH] RELEASE 1.0.0. - No functional changes. --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4b3c19b..c514ed1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.0.0 +Date: 2020-08-14 + + Changed: + - No functional changes. + --------------------------------------------------------------------------------------------------- Version: 0.18.4 Date: 2020-06-03 diff --git a/info.json b/info.json index bcf776f..566f518 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-infinitychest", - "version": "0.18.4", + "version": "1.0.0", "title": "Advanced infinity chest", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-infinitychest.git", "description": "Extends infinity-chest to behave like buffer chests. Also bots dont try to pick up not (yet) existent items. Therefore we need a waaaay larger inventory and fill it up. For testing of bot-enabled setups.", - "dependencies": ["base"], - "factorio_version": "0.18" + "dependencies": ["base>=1.0.0"], + "factorio_version": "1.0" } -- 2.43.0