Skip to content

Commit 0f318a1

Browse files
committed
[TASK] Raise version to 3.0.5
1 parent 0873674 commit 0f318a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/Settings.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[general]
22
copyright = 2007-2019
33
project = Developer's Log
4-
release = 3.0.4
4+
release = 3.0.5
55
version = 3.0
66
77
[html_theme_options]
@@ -47,4 +47,4 @@ preamble = \usepackage{typo3}
4747
# https://github.com/marble/typo3-docs-typo3-org-resources/tree/master/TemplatesForCopying/ExampleFiles
4848
4949
# More:
50-
# http://mbless.de/blog/2015/10/24/a-new-task-for-an-old-server.html#ini-files
50+
# http://mbless.de/blog/2015/10/24/a-new-task-for-an-old-server.html#ini-files

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Devlog\\Devlog\\": "Classes/"
1717
}
1818
},
19-
"version": "3.0.4",
19+
"version": "3.0.5",
2020
"require": {
2121
"typo3/cms-core": ">=7.6.0,<9.0"
2222
},

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'author' => 'Francois Suter',
2727
'author_email' => '[email protected]',
2828
'author_company' => '',
29-
'version' => '3.0.4',
29+
'version' => '3.0.5',
3030
'constraints' => [
3131
'depends' => [
3232
'typo3' => '7.6.0-8.9.99',
@@ -36,4 +36,4 @@
3636
'suggests' => [
3737
],
3838
],
39-
];
39+
];

0 commit comments

Comments
 (0)