diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index a24d467..0159bda 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,7 +1,7 @@ [general] copyright = 2007-2019 project = Developer's Log -release = 3.0.4 +release = 3.0.5 version = 3.0 [html_theme_options] @@ -47,4 +47,4 @@ preamble = \usepackage{typo3} # https://github.com/marble/typo3-docs-typo3-org-resources/tree/master/TemplatesForCopying/ExampleFiles # More: -# http://mbless.de/blog/2015/10/24/a-new-task-for-an-old-server.html#ini-files \ No newline at end of file +# http://mbless.de/blog/2015/10/24/a-new-task-for-an-old-server.html#ini-files diff --git a/composer.json b/composer.json index fdfac0f..7d568a1 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "Devlog\\Devlog\\": "Classes/" } }, - "version": "3.0.4", + "version": "3.0.5", "require": { "typo3/cms-core": ">=7.6.0,<9.0" }, diff --git a/ext_emconf.php b/ext_emconf.php index 44b0224..5aebcca 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -26,7 +26,7 @@ 'author' => 'Francois Suter', 'author_email' => 'typo3@cobweb.ch', 'author_company' => '', - 'version' => '3.0.4', + 'version' => '3.0.5', 'constraints' => [ 'depends' => [ 'typo3' => '7.6.0-8.9.99', @@ -36,4 +36,4 @@ 'suggests' => [ ], ], -]; \ No newline at end of file +];