From 039abec06f3ccbb2cee2e9bc96701780b35f1628 Mon Sep 17 00:00:00 2001 From: mspielberg <9729801+mspielberg@users.noreply.github.com> Date: Wed, 28 Nov 2018 14:46:54 -0800 Subject: [PATCH] Advance to 0.2.4 --- changelog.txt | 7 +++++++ info.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index eb8c91e..c69e318 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ --------------------------------------------------------------------------------------------------- +Version: 0.2.4 +Date: 28.11.2018 + Compatibility: + - Construction robots can now use underground ghosts created by Replicating Belts. + Bugfixes: + - Fix potential crash when transferring special items (blueprints, armor, etc.). (https://mods.factorio.com/mod/beltlayer/discussion/5bfe1d29fbbc13000d7c0d64) +--------------------------------------------------------------------------------------------------- Version: 0.2.3 Date: 26.11.2018 Compatibility: diff --git a/info.json b/info.json index 7af44ff..94d2413 100644 --- a/info.json +++ b/info.json @@ -4,6 +4,6 @@ "description": "Route your belts freely underground.", "factorio_version": "0.16", "author": "Therax", - "version": "0.2.3", + "version": "0.2.4", "dependencies": ["? boblogistics >= 0.16.0"] }