From: Someone Date: Fri, 26 Jun 2026 20:03:10 +0000 (+0200) Subject: RELEASE 2.1.0 - Initial compatibility with Factorio 2.1 X-Git-Url: https://git.somenet.org/factorio/some-big-mining-drill.git/commitdiff_plain?ds=sidebyside RELEASE 2.1.0 - Initial compatibility with Factorio 2.1 --- diff --git a/changelog.txt b/changelog.txt index 0f10089..cc3fd3b 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.4 Date: 2026-01-16 diff --git a/info.json b/info.json index 92a8998..ee068b2 100644 --- a/info.json +++ b/info.json @@ -1,12 +1,12 @@ { "name": "some-big-mining-drill", - "version": "2.0.4", + "version": "2.1.0", "title": "Some mining-drill settings", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-big-mining-drill.git", "description": "Expose size and speed settings of big mining drill and electric mining drill as startup options. Allows you to change range and speed of mining drills. Existing drills may need to be marked for deconstruction and immediately unmarked for deconstruction to correctly apply the mining range changes.", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0" + "base>=2.1.0" ] }