diff --git a/composer.json b/composer.json index dad322cbc895890fd74060f8a6fb872105f7a51a..151b99970b1d4d18adb70793aac7b033fd8ce63c 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Embed YouTube Videos of a Playlist or Channel", "homepage": "https://www.sgalinski.de", "license": "GPL-2.0-or-later", - "version": "3.0.0", + "version": "3.1.0", "require": { "typo3/cms-core": "^8.7.24 || ^9.5.4" }, diff --git a/ext_emconf.php b/ext_emconf.php index 6001ddd9c76174a6bf0a2bda35444f7ae63809c8..4f762ff40db89782bfcbd702793b9a1069941968 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,7 +36,7 @@ $EM_CONF[$_EXTKEY] = [ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '3.0.0', + 'version' => '3.1.0', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-9.5.99',