From 7cb6837a25f2bbfe78f1dd8bbc4a6a1df1ec2686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Zieren?= Date: Sun, 10 Nov 2024 13:14:54 +0100 Subject: [PATCH] Bump version to 0.9.2 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 208516b..5993c7b 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -global.USER_AGENT = 'Eltern-Emailer 0.9.1' +global.USER_AGENT = 'Eltern-Emailer 0.9.2' const LOG_STARTUP_MESSAGE = `${USER_AGENT} (c) 2022-2024 Jörg Zieren, GNU GPL v3.` + ' See https://zieren.de/software/eltern-emailer for component license info';