diff --git a/composer.json b/composer.json old mode 100644 new mode 100755 index c52c784..527be12 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "clickstorm", "YouTube" ], - "version": "1.0.5", + "version": "1.0.6", "dist": { "url": "https://github.com/clickstorm/cs_youtube_data.git", "type": "git" diff --git a/ext_emconf.php b/ext_emconf.php old mode 100644 new mode 100755 index d6a240b..b5f5773 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -22,10 +22,10 @@ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '1.0.5', + 'version' => '1.0.6', 'constraints' => array( 'depends' => array( - 'typo3' => '6.2.6-7.6.99', + 'typo3' => '6.2.6-8.7.99', ), 'conflicts' => array( ),