From 89eede1afc33ce24fc7ceef2297f2069602e7c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fel=C3=A1=C4=8Dek?= Date: Sat, 30 Dec 2023 00:43:46 +0100 Subject: [PATCH] bump version to 1.4.2 --- config/Config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config.js b/config/Config.js index 5d30c9b7..a08896c8 100644 --- a/config/Config.js +++ b/config/Config.js @@ -59,7 +59,7 @@ export default { * Used in nickname to login translation in commands. 0.15 is default value */ nicknameToLoginMinimumDifferenceBetweenMatches: 0.15, /** Current controller version */ - version: "1.4.1", + version: "1.4.2", /** Controller repository link */ repo: "github.com/lythx/trakman", }