From f7b46473524cfcb0c298811a5164f36d5b6cf8c0 Mon Sep 17 00:00:00 2001 From: tobspr Date: Sun, 5 Jun 2022 21:17:47 +0200 Subject: [PATCH] Update to 1.5.3 --- src/js/changelog.js | 9 +++++++++ version | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 3a05e3e2..5fe89690 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,4 +1,13 @@ export const CHANGELOG = [ + { + version: "1.5.3", + date: "05.06.2022", + entries: [ + "Fixed buildings not being lockable in the Puzzle DLC Editor", + "Fixed issues launching the game with proton", + "Updated translations", + ], + }, { version: "1.5.2", date: "02.06.2022", diff --git a/version b/version index a73b4325..1d5e9e0b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.5.2 \ No newline at end of file +1.5.3 \ No newline at end of file