From a1bcd2077df5567c4c260c719f6c6b3af313a352 Mon Sep 17 00:00:00 2001 From: thomasrawiel Date: Mon, 22 May 2023 09:51:55 +0200 Subject: [PATCH] set version --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 9156cd0..415183b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -33,7 +33,7 @@ 'author_email' => 'thomas.rawiel@gmail.com', 'state' => 'stable', 'clearCacheOnLoad' => 0, - 'version' => '1.0.1', + 'version' => '1.0.3', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99',