From d7f302a0211aeab90ac15825bf49fdf914d79ed9 Mon Sep 17 00:00:00 2001 From: Oliver Bartsch Date: Mon, 5 Aug 2024 10:25:45 +0200 Subject: [PATCH] [TASK] Raise version to 0.1.8 --- 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 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',