From 611ad767a9336a8fd659a1e5473138d71aa97d22 Mon Sep 17 00:00:00 2001 From: Someone Date: Fri, 14 Aug 2020 13:40:49 +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 e0be68c..18bce1e 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.2 Date: 2020-05-05 diff --git a/info.json b/info.json index 09cd297..5c8a5c2 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "some-zoom", - "version": "0.18.2", + "version": "1.0.0", "title": "Zoom (fixed+re-published abandoned mod)", "author": "Someone (originally BinbinHfr)", "homepage": "https://git.somenet.org/factorio/some-zoom.git", "description": "Just 2 buttons to zoom extra wide or close, further than actual gui limits! And a ALT-Y hotkey to direct zoom out.", - "dependencies": ["base"], - "factorio_version":"0.18" + "dependencies": ["base>=1.0.0"], + "factorio_version":"1.0" } -- 2.43.0