From 9c73b026e826df2218e4c0e53dd95ddc89a33fd7 Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 26 Nov 2020 03:40:07 +0100 Subject: [PATCH] RELEASE 1.1.0 - Version-Bump. No functional changes. --- changelog.txt | 7 +++++++ info.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5d9e78f..a2d51fa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.1.0 +Date: 2020-11-26 + + Changed: + - Version-Bump. No functional changes. + --------------------------------------------------------------------------------------------------- Version: 1.0.0 Date: 2020-08-14 diff --git a/info.json b/info.json index 4117d80..e66423a 100755 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-npp", - "version": "1.0.0", + "version": "1.1.0", "title": "Someone's nuclear powerplant [WIP]", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-npp.git", "description": "My nuclear powerplant in UPS friendly: I took my 1.1 GW (2*4 reactors) smart-powerplant blueprint and made it into a single entity. Blueprint-String is in the .zip This entity costs all the ingredients the original construction would cost (unless I missed something; this is a WIP). It consumes 1 fuelcell every 25 sec: the original eats 8 every 200 sec. It pauses consumption, if not enought energy is used up - as the original would in a way. (Currently not rotatable and the water-requirement at the offshore pumps is not checked either/doesnt work)", - "dependencies": ["base>=1.0.0"], - "factorio_version": "1.0" + "dependencies": ["base>=1.1.0"], + "factorio_version": "1.1" } -- 2.43.0