diff --git a/Build/bower.json b/Build/bower.json index 3e91c4058..5e818209e 100644 --- a/Build/bower.json +++ b/Build/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-package", - "version": "6.2.11-dev", + "version": "6.2.11", "authors": [{ "name": "Benjamin Kott ", "role": "Developer", diff --git a/Build/package.json b/Build/package.json index 366b26811..e36a54e09 100644 --- a/Build/package.json +++ b/Build/package.json @@ -5,7 +5,7 @@ "readme": "../README.rst", "homepage": "http://www.bk2k.info", "author": "Benjamin Kott", - "version": "6.2.11-dev", + "version": "6.2.11", "license": "MIT", "devDependencies": { "grunt": "~0.4.5", diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 47f7138f1..95af504e2 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -7,7 +7,7 @@ conf.py: copyright: 2014 project: Bootstrap Package version: 1.0 - release: 6.2.11-dev + release: 6.2.11 latex_documents: - - Index - BootstrapPackage.tex diff --git a/composer.json b/composer.json index 95eb5fa68..3f5e45519 100644 --- a/composer.json +++ b/composer.json @@ -33,5 +33,5 @@ "require": { "composer/installers": "*" }, - "version": "6.2.11-dev" + "version": "6.2.11" } diff --git a/ext_emconf.php b/ext_emconf.php index 8622eee7a..d669c8a71 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'category' => 'templates', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.12-7.99.99', + 'typo3' => '6.2.13-7.99.99', 'css_styled_content' => '6.2.0-7.99.99', ), 'conflicts' => array( @@ -25,5 +25,5 @@ 'author' => 'Benjamin Kott', 'author_email' => 'info@bk2k.info', 'author_company' => 'private', - 'version' => '6.2.11-dev', + 'version' => '6.2.11', );