From 7a465ccf8750d8092e7bc92b2e784592fb0011f4 Mon Sep 17 00:00:00 2001 From: David Skrundz Date: Sun, 16 Aug 2020 17:18:07 -0600 Subject: [PATCH] Update for 1.0 --- changelog.txt | 5 +++++ info.json | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3733396..b0764ba 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 1.0.0 +Date: 18.08.2020 + Features: + - Update for 1.0 +--------------------------------------------------------------------------------------------------- Version: 0.1.0 Date: 01.04.2020 Features: diff --git a/info.json b/info.json index 6104dd2..b9d3640 100644 --- a/info.json +++ b/info.json @@ -1,13 +1,13 @@ { - "name":"DarkNight", - "version":"0.1.0", - "title":"Dark Night", - "description":"Make night completely dark.", - "author":"David Skrundz", + "name": "DarkNight", + "version": "1.0.0", + "title": "Dark Night", + "description": "Make night completely dark.", + "author": "David Skrundz", "contact": "david@skrundz.ca", "homepage": "https://github.com/DavidSkrundz/DarkNight", - "factorio_version": "0.18", + "factorio_version": "1.0", "dependencies": [ - "base >= 0.18.0" + "? base" ] }