From 98d662a12d31c6fff4293066a077cbf464a78e57 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann Date: Wed, 22 Sep 2021 20:26:44 +0200 Subject: [PATCH] Release 3.0.2 Closes: #45 --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 4676987..917891f 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Christoph Lehmann', 'author_email' => 'post@christophlehmann.eu', 'state' => 'stable', - 'version' => '3.0.1', + 'version' => '3.0.2', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.2.99',