From 031a8b1fbc02e929bee361357db5c0484ca2939c Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 14 Aug 2020 13:36:59 +0200 Subject: [PATCH] RELEASE 1.0.0. - 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 942e5ac..24d677a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.0.0 +Date: 2020-08-14 + + Changed: + - No functional changes. + --------------------------------------------------------------------------------------------------- Version: 0.18.1 Date: 2020-05-05 diff --git a/info.json b/info.json index e97dd7b..f6b4ab4 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-disableenemygeneration", - "version": "0.18.1", + "version": "1.0.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"], - "factorio_version": "0.18" + "dependencies": ["base>=1.0.0"], + "factorio_version": "1.0" } -- 2.43.0