From b3173cb05e9779b75ef78a1000c7d2239191e79d Mon Sep 17 00:00:00 2001 From: Simon Praetorius Date: Sat, 3 Aug 2024 09:05:38 +0200 Subject: [PATCH] [TASK] Prepare release of 1.11.0 This is necessary due to an issue with documentation rendering. --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 73d7e20..84bc3af 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Simon Praetorius', 'author_email' => 'simon@praetorius.me', 'state' => 'stable', - 'version' => '1.10.0', + 'version' => '1.11.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-13.4.99',