Skip to content

Commit

Permalink
[RELEASE] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Fritz committed Nov 29, 2022
1 parent 785099c commit da61e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]',
'author_company' => 'b13 GmbH',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.99.99',
'typo3' => '10.4.0-12.99.99',
],
],
];

0 comments on commit da61e08

Please sign in to comment.