diff --git a/ext_emconf.php b/ext_emconf.php index 96291e0..e20659a 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,9 +8,9 @@ 'author_email' => 'typo3@b13.com', 'author_company' => 'b13 GmbH', 'state' => 'stable', - 'version' => '1.0.0', + 'version' => '1.1.0', 'constraints' => [ - 'depends' => ['typo3' => '11.5.33-12.99.99'], + 'depends' => ['typo3' => '11.5.33-13.99.99'], 'conflicts' => [], 'suggests' => [], ],