From 9e2c524f782badad0c655104853f923bf3004d9d Mon Sep 17 00:00:00 2001 From: Felix Rauch Date: Fri, 23 Oct 2015 10:56:21 +0200 Subject: [PATCH] [RELEASE] 0.0.2 --- Documentation/Settings.yml | 2 +- composer.json | 2 +- ext_emconf.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Settings.yml b/Documentation/Settings.yml index e7d104b..0c2cb24 100644 --- a/Documentation/Settings.yml +++ b/Documentation/Settings.yml @@ -10,7 +10,7 @@ conf.py: copyright: 2015 project: OpenWeatherMap PHP API for TYPO3 - version: 0.0.1 + version: 0.0.2 release: intersphinx_mapping: t3tsref: diff --git a/composer.json b/composer.json index 087285b..66e7f13 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,5 @@ "type": "typo3-cms-extension", "keywords": ["TYPO3 CMS"], "license": "", - "version": "0.0.1" + "version": "0.0.2" } diff --git a/ext_emconf.php b/ext_emconf.php index b3da0d3..10fded1 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -11,7 +11,7 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '0.0.1', + 'version' => '0.0.2', 'constraints' => array( 'depends' => array( 'typo3' => '6.2.0-6.2.99',