Skip to content

Commit

Permalink
Release 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
helhum committed May 7, 2020
1 parent 003d760 commit 45580d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -32,7 +32,7 @@ before_install:
- if php -i | grep -v TRAVIS_CMD | grep -q xdebug; then phpenv config-rm xdebug.ini; fi

install:
- export COMPOSER_ROOT_VERSION=6.2.0
- export COMPOSER_ROOT_VERSION=6.2.1
- |
composer require --no-update \
typo3/cms-backend="$TYPO3_VERSION" \
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
install: skip
script:
- git fetch --unshallow
- export COMPOSER_ROOT_VERSION=6.2.0
- export COMPOSER_ROOT_VERSION=6.2.1
- composer install
- .Build/bin/phpunit --whitelist Classes --coverage-clover .Build/clover.xml --log-junit .Build/junit.xml
- >
Expand Down
2 changes: 1 addition & 1 deletion Classes/Console/Mvc/Cli/Symfony/Application.php
Expand Up @@ -40,7 +40,7 @@
*/
class Application extends BaseApplication
{
const TYPO3_CONSOLE_VERSION = '6.2.0';
const TYPO3_CONSOLE_VERSION = '6.2.1';
const COMMAND_NAME = 'typo3cms';

/**
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.cfg
@@ -1,8 +1,8 @@
[general]
copyright = 2016
project = TYPO3 Console
release = 6.2.0
version = 6.2.0
release = 6.2.1
version = 6.2.1

[html_theme_options]
github_branch = master
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Settings.yml
Expand Up @@ -6,8 +6,8 @@
conf.py:
copyright: 2016
project: TYPO3 Console
version: 6.2.0
release: 6.2.0
version: 6.2.1
release: 6.2.1
latex_documents:
- - Index
- typo3_console.tex
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/ExtensionArtifacts/ext_emconf.php
Expand Up @@ -11,7 +11,7 @@
'author' => 'Helmut Hummel',
'author_email' => 'info@helhum.io',
'author_company' => 'helhum.io',
'version' => '6.2.0',
'version' => '6.2.1',
'constraints' => [
'depends' => [
'php' => '7.2.0-7.4.99',
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.projectKey=typo3-console
sonar.projectName=TYPO3 Console
sonar.projectVersion=6.2.0
sonar.projectVersion=6.2.1
sonar.sources=.
sonar.exclusions=.Build/**, .github/**, Tests/**, Resources/**, Documentation/**, Configuration/**

Expand Down

0 comments on commit 45580d2

Please sign in to comment.