diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 647df75..a066a97 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -3,7 +3,7 @@ project = Make description = Kickstarter CLI tool for various TYPO3 functionalities version = 0.1 -release = 0.1.3 +release = 0.1.4 t3author = b13 GmbH [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 025af0e..2a08be2 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'b13 GmbH', 'state' => 'beta', 'clearCacheOnLoad' => true, - 'version' => '0.1.3', + 'version' => '0.1.4', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99', // This differs to composer.json since TER does not yet allow v12 dependencies