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" ] }