Skip to content

Commit 8e497c0

Browse files
committed
Release 5.0.3
1 parent 54dd425 commit 8e497c0

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_install:
3030
- if php -i | grep -q xdebug; then phpenv config-rm xdebug.ini; fi
3131

3232
install:
33-
- export COMPOSER_ROOT_VERSION=5.0.2
33+
- export COMPOSER_ROOT_VERSION=5.0.3
3434
- |
3535
composer require \
3636
typo3/cms-backend="$TYPO3_VERSION" \

Classes/Mvc/Cli/Symfony/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
class Application extends BaseApplication
3636
{
37-
const TYPO3_CONSOLE_VERSION = '5.0.2';
37+
const TYPO3_CONSOLE_VERSION = '5.0.3';
3838
const COMMAND_NAME = 'typo3cms';
3939

4040
/**

Documentation/Settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
conf.py:
77
copyright: 2016
88
project: TYPO3 Console
9-
version: 5.0.2
10-
release: 5.0.2
9+
version: 5.0.3
10+
release: 5.0.3
1111
latex_documents:
1212
- - Index
1313
- typo3_console.tex

Resources/Private/ExtensionArtifacts/ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'author' => 'Helmut Hummel',
1212
'author_email' => 'info@helhum.io',
1313
'author_company' => 'helhum.io',
14-
'version' => '5.0.2',
14+
'version' => '5.0.3',
1515
'constraints' => [
1616
'depends' => [
1717
'php' => '7.0.0-7.2.99',

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.projectKey=typo3-console
22
sonar.projectName=TYPO3 Console
33
sonar.branch=master
4-
sonar.projectVersion=5.0.2
4+
sonar.projectVersion=5.0.3
55
sonar.sources=.
66
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**
77

0 commit comments

Comments
 (0)