From 4ef15eb73def5a7636ad0d9bc46cf6dd60520667 Mon Sep 17 00:00:00 2001 From: Bilka Date: Sat, 25 Jan 2020 15:33:54 +0100 Subject: [PATCH] Updated for 0.18 --- changelog.txt | 5 +++++ info.json | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index e072e5e..289de16 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,9 @@ --------------------------------------------------------------------------------------------------- +Version: 4.0.0 +Date: 25. 01. 2020 + Minor Features: + - Updated for 0.18. +--------------------------------------------------------------------------------------------------- Version: 3.1.4 Date: 16. 07. 2019 Minor Features: diff --git a/info.json b/info.json index 7463496..07ce555 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,9 @@ { "name": "ChangeMapSettings", - "version": "3.1.4", - "factorio_version" : "0.17", + "version": "4.0.0", + "factorio_version" : "0.18", "title": "Change Map Settings", "author": "Bilka", - "homepage": "", "description": "Allows you to change your map and map generation settings at any time you want.", - "dependencies": [ "base >= 0.17.58" ] + "dependencies": [ "base >= 0.18.0" ] }