From e8e41bdbb3aff2301b813d29673acdda9addf5ed Mon Sep 17 00:00:00 2001 From: Someone Date: Mon, 21 Oct 2024 14:03:03 +0200 Subject: [PATCH] RELEASE 2.0.0 - Initial compatibility with Factorio 2.0 --- changelog.txt | 7 +++++++ info.json | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4b9507c..d350a1d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 2.0.0 +Date: 2024-10-21 + + Changed: + - Initial compatibility with Factorio 2.0 + --------------------------------------------------------------------------------------------------- Version: 1.1.3 Date: 2024-01-02 diff --git a/info.json b/info.json index ce358f1..50cfd99 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,9 @@ { "name": "some-iconlessfish", - "version": "1.1.3", + "version": "2.0.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!", - "dependencies": ["base>=1.1.0"], - "factorio_version": "1.1" -} + "dependencies": ["base>=2.0.0"], + "factorio_version": "2.0"} -- 2.47.3