diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index bbf5063..a83ee5d 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -16,7 +16,7 @@ [general] project = The Official TYPO3 Introduction Package version = 4.4 -release = 4.4.0 +release = 4.4.1 copyright = 2000-2021 [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 14a65ea..2d118bc 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -17,7 +17,7 @@ 'title' => 'The Official TYPO3 Introduction Package', 'description' => 'This package delivers a new website (page tree) and shows all out-of-the-box features of TYPO3, and includes a theme based on Twitter Bootstrap 3, and a style editor to customize the design. Sample backend groups are added', 'category' => 'distribution', - 'version' => '4.4.0', + 'version' => '4.4.1', 'state' => 'stable', 'clearcacheonload' => 1, 'author' => 'Introduction Package Team',