From c485cfec40faa010c1cc0010cb650c86f7e9dd14 Mon Sep 17 00:00:00 2001 From: Oliver Bartsch Date: Tue, 24 May 2022 16:10:43 +0200 Subject: [PATCH] [RELEASE] Release version 0.1.5 --- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index a066a97..b472405 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.4 +release = 0.1.5 t3author = b13 GmbH [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 2a08be2..d279dae 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'b13 GmbH', 'state' => 'beta', 'clearCacheOnLoad' => true, - 'version' => '0.1.4', + 'version' => '0.1.5', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-11.5.99', // This differs to composer.json since TER does not yet allow v12 dependencies