diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index c5b3dafe1..cd3b11255 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -3,8 +3,8 @@ [general] project = Pizpalue template -release = 14.2.1-dev -version = 14.2.1-dev +release = 14.2.1 +version = 14.2.1 copyright = since 2018 by buechler.pro gmbh [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index ec41e13d1..311fa74a5 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.1-dev', + 'version' => '14.2.1', 'state' => 'stable', 'clearCacheOnLoad' => 1, 'author' => 'Roman Büchler',