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