From c0d3c352b868e1b342a88c76fba3af2052a96640 Mon Sep 17 00:00:00 2001 From: Sergey Mosin Date: Wed, 8 May 2024 20:42:36 -0400 Subject: [PATCH] version bump --- plugins/compact-composer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/compact-composer/index.php b/plugins/compact-composer/index.php index e40ab5d2ac..ae743ca792 100644 --- a/plugins/compact-composer/index.php +++ b/plugins/compact-composer/index.php @@ -6,7 +6,7 @@ class CompactComposerPlugin extends \RainLoop\Plugins\AbstractPlugin NAME = 'Compact Composer', AUTHOR = 'Sergey Mosin', URL = 'https://github.com/the-djmaze/snappymail/pull/1466', - VERSION = '1.0.3', + VERSION = '1.0.4', RELEASE = '2024-04-23', REQUIRED = '2.34.0', LICENSE = 'AGPL v3',