diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index 3153ada5..ee920adb 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -6,8 +6,8 @@ conf.py: copyright: 2015 project: T3Blog Extbase - version: 1.1.0 - release: 1.1.0 + version: 1.2.0 + release: 1.2.0 latex_documents: - - Index - t3extblog.tex diff --git a/composer.json b/composer.json index c41235c6..bc931fdd 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "keywords": ["TYPO3 CMS", "blog"], "homepage": "https://github.com/fnagel/t3extblog", "license": "GPL-2.0+", - "version": "1.2.0-dev", + "version": "1.2.0", "support": { "issues": "https://github.com/fnagel/t3extblog/issues" }, diff --git a/ext_emconf.php b/ext_emconf.php index c771fa64..b813b5d4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -22,7 +22,7 @@ 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.2.0-dev', + 'version' => '1.2.0', 'constraints' => array( 'depends' => array( 'typo3' => '6.0.0-6.2.99',