diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 7b81651f8..d5fcc5d1e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -3,8 +3,8 @@ [general] project = Pizpalue template -release = 14.2.3-dev -version = 14.2.3-dev +release = 14.3.0 +version = 14.3.0 copyright = since 2018 by buechler.pro gmbh [html_theme_options] diff --git a/composer.json b/composer.json index 6050377a0..01af75c1d 100644 --- a/composer.json +++ b/composer.json @@ -101,7 +101,7 @@ }, "extra": { "branch-alias": { - "dev-main": "14.2.x-dev" + "dev-main": "14.3.x-dev" }, "typo3/cms": { "app-dir": ".build", diff --git a/ext_emconf.php b/ext_emconf.php index 4b159fd93..03cb69abf 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' => '14.2.3-dev', + 'version' => '14.3.0', 'state' => 'stable', 'clearCacheOnLoad' => 1, 'author' => 'Roman Büchler',