From d09a593f811bef81493d9afdbf3a21a42dba84d9 Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 1 Jun 2020 19:28:13 +0200 Subject: [PATCH] 1.1.3 changelog --- 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 d2dc7bb2..0559801f 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -1,7 +1,7 @@ export const CHANGELOG = [ { version: "1.1.3", - date: "unreleased", + date: "01.06.2020", entries: [ "Added setting to configure zoom / mouse wheel / touchpad sensitivity", "Fix belts being too slow when copied via blueprint (by Dimava)",