From 16bdc641ac3d7aab94cf739441054589e7039c08 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 24d677a..4fa0cbc 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 f6b4ab4..6e46301 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-disableenemygeneration", - "version": "1.0.0", + "version": "1.1.0", "title": "Disable enemy generation", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-disableenemygeneration.git", "description": "Enable mod to disable the spawning of enemy bases on newly generated chunks. Disable mod to restore vanilla behavior. This way you can go mega without having to use lua commands (=losing achievements) or restart the game. Existing enemies may still expand on their own!", - "dependencies": ["base>=1.0.0"], - "factorio_version": "1.0" + "dependencies": ["base>=1.1.0"], + "factorio_version": "1.1" } -- 2.43.0