diff --git a/ext_emconf.php b/ext_emconf.php index 5f3eb25..6b40196 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -15,7 +15,7 @@ 'description' => 'TYPO3 extension to render forms.', 'category' => 'plugin', 'author' => 'Alexander Bigga', - 'author_email' => 'alexander.bigga@slub-dresden.de', + 'author_email' => 'typo3@slub-dresden.de', 'author_company' => 'SLUB Dresden', 'shy' => '', 'priority' => '', @@ -27,10 +27,10 @@ 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', - 'version' => '1.0.0', + 'version' => '1.0.1', 'constraints' => array( 'depends' => array( - 'typo3' => '9.5.0-9.5.99', + 'typo3' => '9.5.28-9.5.99', ), 'conflicts' => array( ),