From 7e436f2f2e788a1aec8db4270bec7537d67d0ed7 Mon Sep 17 00:00:00 2001 From: tobspr Date: Fri, 25 Feb 2022 12:28:26 +0100 Subject: [PATCH] Fix bad changelog date --- src/js/changelog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 9f868150..6640dd9e 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,7 +1,7 @@ export const CHANGELOG = [ { version: "1.5.1", - date: "26.02.2022", + date: "25.02.2022", entries: [ "This version adds an official modloader! You can now load mods by extracting them and placing the .js file in the mods/ folder of the game.", "Mods can be found here",