diff --git a/ext_emconf.php b/ext_emconf.php index 99e39de..afbd148 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,14 +4,14 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'SkillDisplay', 'description' => 'Integrates SkillDisplay', 'category' => 'fe', - 'state' => 'alpha', + 'state' => 'beta', 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, 'author' => 'Daniel Siepmann', 'author_email' => 'coding@daniel-siepmann.de', 'author_company' => '', - 'version' => '0.1.0', + 'version' => '1.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-10.4.99',