From 85aecf97cd64a8cca16a62a94d8563f8bb705346 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 26 Jun 2026 21:26:46 +0200 Subject: [PATCH] RELEASE 2.1.1 - Initial compatibility with Factorio 2.1 --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 510dba0..6986c65 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.1.1 +Date: 2026-06-26 + + Changed: + - Initial compatibility with Factorio 2.1 + --------------------------------------------------------------------------------------------------- Version: 2.0.1 Date: 2026-01-16 diff --git a/info.json b/info.json index 0bbd3c2..eb8f7fc 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "some-infinitychest", - "version": "2.0.1", + "version": "2.1.1", "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.", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0" + "base>=2.1.0" ] } -- 2.47.3