From 7a12377b1ae63434403961f35908aab5e597d13d Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 26 Jun 2026 21:32:23 +0200 Subject: [PATCH] RELEASE 2.1.0 - 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 7b37d2a..9fff153 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.1.0 +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 b26eee5..cbf708a 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "some-iconlessfish", - "version": "2.0.1", + "version": "2.1.0", "title": "Fishfilter iconless fish", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-iconlessfish.git", "description": "Do you hate it that the 2 items get put onto a splitter's unused output and are stuck there forever? Worry no more! Use fishfilters! With iconless fish!", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0" + "base>=2.1.0" ] } -- 2.47.3