diff --git a/ext_emconf.php b/ext_emconf.php index 5a77044..acf3771 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,17 +4,17 @@ 'title' => 'Bolt - An easy TYPO3 integration basis', 'description' => 'This package ships best defaults for integrators', 'category' => 'fe', - 'version' => '2.0.0', + 'version' => '2.0.2', 'state' => 'stable', 'uploadfolder' => false, 'createDirs' => '', 'clearcacheonload' => true, 'author' => 'Benni Mack', - 'author_email' => '', - 'author_company' => '', + 'author_email' => 'typo3@b13.com', + 'author_company' => 'b13 GmbH', 'constraints' => [ 'depends' => [ - 'typo3' => '10.4.0', + 'typo3' => '10.4.0-10.4.99', ] ] ];