From 66f98c2d9f2c57ea6f87bdb9e6a1185a9e6b10f0 Mon Sep 17 00:00:00 2001 From: David Skrundz Date: Sun, 20 Oct 2024 14:09:49 -0600 Subject: [PATCH] Update for 2.0 --- changelog.txt | 5 +++++ info.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index c8d1c76..e781eff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 2.0.0 +Date: 20.10.2024 + Major Features: + - Update to 2.0 +--------------------------------------------------------------------------------------------------- Version: 1.2.0 Date: 15.09.2024 Changes: diff --git a/info.json b/info.json index 13335cb..ded5814 100644 --- a/info.json +++ b/info.json @@ -1,11 +1,11 @@ { "name": "DarkNight", - "version": "1.2.0", + "version": "2.0.0", "title": "Dark Night", "description": "Make night completely dark", "author": "David Skrundz", "contact": "david@skrundz.ca", "homepage": "https://git.skrundz.dev/skrundztorio/DarkNight", - "factorio_version": "1.1", + "factorio_version": "2.0", "dependencies": [] }