From c1f17bc59b8759f4fcac13e370b76990ed9805ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCchler?= Date: Thu, 14 Mar 2024 20:59:26 +0100 Subject: [PATCH] [TASK] Rise to dev version --- Documentation/Settings.cfg | 4 ++-- composer-dev.json | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 4bf3ea35d..1c687bb63 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -3,8 +3,8 @@ [general] project = Pizpalue template -release = 16.1.0 -version = 16.1.0 +release = 16.2.0-dev +version = 16.2.0-dev copyright = since 2018 by buechler.pro gmbh [html_theme_options] diff --git a/composer-dev.json b/composer-dev.json index 85a9fb85a..b607fb660 100644 --- a/composer-dev.json +++ b/composer-dev.json @@ -124,7 +124,7 @@ }, "extra": { "branch-alias": { - "dev-main": "16.1.x-dev" + "dev-main": "16.2.x-dev" }, "typo3/cms": { "app-dir": ".build", diff --git a/composer.json b/composer.json index 9f714bdbb..394820073 100644 --- a/composer.json +++ b/composer.json @@ -92,7 +92,7 @@ }, "extra": { "branch-alias": { - "dev-main": "16.1.x-dev" + "dev-main": "16.2.x-dev" }, "typo3/cms": { "app-dir": ".build", diff --git a/ext_emconf.php b/ext_emconf.php index 0e348d476..895eb8a70 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'title' => 'Pizpalue template', 'description' => 'Extension to create websites using bootstrap. It builds upon the bootstrap_package from Benjamin Kott and increases functionality by supporting the following extensions: container_elements, news, eventnews, tt_address', 'category' => 'template', - 'version' => '16.1.0', + 'version' => '16.2.0-dev', 'state' => 'stable', 'clearCacheOnLoad' => 1, 'author' => 'Roman Büchler',