diff --git a/composer.json b/composer.json index 46641c0..e18a99b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,6 @@ "description": "Adds a new form element which allows the editor to create new container elements with any type fields in them. In the frontend, a user can create any number of new containers. This is an extension for TYPO3 CMS.", "license": "GPL-2.0-or-later", "type": "typo3-cms-extension", - "version": "4.0.1", "authors": [ { "name": "Ralf Zimmermann", diff --git a/ext_emconf.php b/ext_emconf.php index 0442cf9..56f8014 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'state' => 'stable', 'author' => 'Ralf Zimmermann, Elias Häußler, Christian Seyfferth', 'author_email' => 'r.zimmermann@dreistrom.land, elias@haeussler.dev, c.seyfferth@dreistrom.land', - 'version' => '4.0.1', + 'version' => '4.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.23-12.4.99',