diff --git a/composer.json b/composer.json index 5087d9ff29b70451d2e6621ef3c8f286c45848c2..01cfc651a6d34056299bc1983effc286a85a733e 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": "4.8.0", + "version": "4.8.1", "require": { "typo3/cms-core": "^9.5.4 || ^10.4.0", "sgalinski/project-theme-lightbox": "^1.0.0" diff --git a/ext_emconf.php b/ext_emconf.php index 0ae9a2a8d544aacd3b6ca07b0001d511bb36187c..5117e9f06832b982b6184ac6512dfc572f2de26b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -36,7 +36,7 @@ $EM_CONF['sg_youtube'] = [ 'uploadfolder' => '0', 'createDirs' => '', 'clearCacheOnLoad' => 0, - 'version' => '4.8.0', + 'version' => '4.8.1', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',