diff --git a/README.md b/README.md index b778cbe..22c66b0 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Example for a privacy save 2-click-solution: | Version | Date | State | Description | |---------|------------|---------|-----------------------------------------------------------------------------------------------------------------------| +| 5.0.1 | 2023-07-07 | Bugfix | two tiny bugfixes | | 5.0.0 | 2023-07-07 | Feature | TYPO3 V12 compatibility, switchable controller actions to CTypes, upgrade wizards added, replaced signals with events | | 4.5.2 | 2021-03-17 | Bugfix | Add extension key to composer.json, small development updates | | 4.5.1 | 2021-03-05 | Bugfix | Adjust composer.json | diff --git a/ext_emconf.php b/ext_emconf.php index 266ee24..f5c0500 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author' => 'In2code GmbH', 'author_email' => 'service@in2code.de', 'author_company' => 'in2code.de', - 'version' => '5.0.0', + 'version' => '5.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.5.99',