From 82c8523090bcb542fdc29911280bea6fabac1f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Thu, 14 Nov 2024 11:00:50 +0100 Subject: [PATCH] [RELEASE] Release of EXT:mailqueue 0.4.0 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 6596af9..687dca0 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -24,7 +24,7 @@ 'title' => 'Mailqueue', 'description' => 'Extension to improve TYPO3\'s mail spooler with additional components', 'category' => 'be', - 'version' => '0.3.2', + 'version' => '0.4.0', 'state' => 'beta', 'clearCacheOnLoad' => true, 'author' => 'Elias Häußler',