From 4530ba43e999cee76cfb81126081bcb62d5a1643 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 14 Aug 2020 13:40:13 +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 7bacde4..a6db3f8 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 8c9ed5d..67f836f 100755 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-resourcespam", - "version": "0.18.1", + "version": "1.0.0", "title": "Some resource spam", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/some-resourcespam.git", "description": "Spam resources everywhere. But as is with spam: it adds little of real value and you get the joy of having to split ores.", - "dependencies": ["base"], - "factorio_version": "0.18" + "dependencies": ["base>=1.0.0"], + "factorio_version": "1.0" } -- 2.43.0