diff --git a/composer.json b/composer.json index 749b833..489e960 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "neuedaten/global-password", "description": "Global TYPO3 frontend password protection", "type": "typo3-cms-extension", - "version": "2.0.1", + "version": "3.0.0", "authors": [ { "name": "Bastian Schwabe", diff --git a/ext_emconf.php b/ext_emconf.php index b9680e4..5e8a1eb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'author' => 'Bastian Schwabe', 'author_email' => 'bas@neuedaten.de', 'author_company' => 'NEUEDATEN', - 'version' => '2.0.1', + 'version' => '3.0.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.4.99',