diff --git a/composer.json b/composer.json index 5db0a07..3cc0b85 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "TYPO3 Core", "homepage": "http://typo3.org", "license": ["GPL-3.0+"], - "version": "6.2.0", + "version": "6.3.0", "require": { "typo3/cms-core": "*" diff --git a/ext_emconf.php b/ext_emconf.php index d7bf51d..d5b9fba 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -27,10 +27,10 @@ $EM_CONF[$_EXTKEY] = array( 'clearCacheOnLoad' => 0, 'lockType' => 'system', 'author_company' => 'Web-Empowered Church', - 'version' => '6.2.0', + 'version' => '6.3.0', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.0-6.2.99', + 'typo3' => '6.3.0-6.3.99', ), 'conflicts' => array(), 'suggests' => array()