diff --git a/ext_emconf.php b/ext_emconf.php index 966bb4b..e4a8bde 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,14 +4,14 @@ 'title' => 'Menus', 'description' => 'Various Menu functionality for TYPO3 Frontend', 'category' => 'fe', - 'version' => '0.5.1', + 'version' => '1.0.0', 'state' => 'stable', 'author' => 'Benni Mack', 'author_email' => 'typo3@b13.com', 'author_company' => 'b13 GmbH', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0-11.99.99', + 'typo3' => '10.4.0-12.99.99', ], ], ];