From 277d85baf11ea9a7e19f54c64215b1fbfbe43949 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 26 Jun 2026 22:09:13 +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 f7e0b94..bab6a19 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 a1b0e8a..85503fb 100644 --- a/info.json +++ b/info.json @@ -1,13 +1,13 @@ { "name": "some-lazybastard", - "version": "2.0.1", + "version": "2.1.0", "title": "Some lazy bastard", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-lazybastard.git", "description": "For the lazy bastards. Start with: AM3, small-pole, offshort-pump, boiler, steam-engine. Handcrafting disabled by /permissions. (too lazy for a mod-thumbnail)", - "factorio_version": "2.0", + "factorio_version": "2.1", "dependencies": [ - "base>=2.0.0", + "base>=2.1.0", "? some-spaceship-wreck-generator" ] -- 2.47.3