diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8efcb71..ac89dc8 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.5 +release = 0.1.8 t3author = b13 GmbH [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 2370f17..52a5fa4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'b13 GmbH', 'state' => 'beta', 'clearCacheOnLoad' => true, - 'version' => '0.1.7', + 'version' => '0.1.8', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-13.2.99',