From 16ff247d4977462ffd6cbe10bd0bbb6b2269ef5a Mon Sep 17 00:00:00 2001 From: Someone Date: Thu, 26 Nov 2020 03:40:07 +0100 Subject: [PATCH] RELEASE 1.1.0 - Version-Bump. 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 06f7efa..73cd2b0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +--------------------------------------------------------------------------------------------------- +Version: 1.1.0 +Date: 2020-11-26 + + Changed: + - Version-Bump. No functional changes. + --------------------------------------------------------------------------------------------------- Version: 1.0.0 Date: 2020-08-14 diff --git a/info.json b/info.json index 944d8e2..f7c95c1 100644 --- a/info.json +++ b/info.json @@ -1,10 +1,10 @@ { "name": "RealisticDecorationCleanup", - "version": "1.0.0", + "version": "1.1.0", "title": "Realistic Decoration Cleanup", "author": "someone1337", "homepage": "https://git.somenet.org/factorio/RealisticDecorationCleanup.git", "description": "Remove decorations prior to placing entities or tiles. Normally you would not build a house/road and leave the bushes below it.", - "dependencies": ["base>=1.0.0"], - "factorio_version": "1.0" + "dependencies": ["base>=1.1.0"], + "factorio_version": "1.1" } -- 2.43.0