From 8ea9b92894a1a81057e35086f3a43726346a4e2c Mon Sep 17 00:00:00 2001
From: Someone <someone@somenet.org>
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 5521ce0..1be2d70 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 835cfc0..c4fa557 100644
--- a/info.json
+++ b/info.json
@@ -1,10 +1,10 @@
 {
     "name": "some-spidertron",
-    "version": "1.0.0",
+    "version": "1.1.0",
     "title": "Spidertron - huge grid (24x22)",
     "author": "someone1337",
     "homepage": "https://git.somenet.org/factorio/some-spidertron.git",
     "description": "The spidertron is just a minor addition or so they said ... boy, were they wrong. Nearly unkillable, fast as hell and at least twice as deadly ... all hail mega-spidertron! (spidertron-on-ground-zero is just for the epic effect, it will get killed by a nuke)",
-    "dependencies": ["base>=1.0.0"],
-    "factorio_version": "1.0"
+    "dependencies": ["base>=1.1.0"],
+    "factorio_version": "1.1"
 }
-- 
2.43.0