From 19f13cc9e269aea07b1208c1f11ef9332f6c0c08 Mon Sep 17 00:00:00 2001 From: Clemens Gogoljn Date: Sat, 14 Oct 2023 21:05:00 +0200 Subject: [PATCH] fix the version number --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 8c57f1e..8568023 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -14,7 +14,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 1, - 'version' => '3.5.0', + 'version' => '3.5.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99',