diff --git a/composer.json b/composer.json
index 95ca2be2be4b777ab3eea688bd176faca30850a8..dad322cbc895890fd74060f8a6fb872105f7a51a 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": "2.1.5",
+  "version": "3.0.0",
   "require": {
     "typo3/cms-core": "^8.7.24 || ^9.5.4"
   },
diff --git a/ext_emconf.php b/ext_emconf.php
index c6ff8fd5bf50672fcbbc7e75b2df2a3bb30bd856..6001ddd9c76174a6bf0a2bda35444f7ae63809c8 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -36,7 +36,7 @@ $EM_CONF[$_EXTKEY] = [
 	'uploadfolder' => '0',
 	'createDirs' => '',
 	'clearCacheOnLoad' => 0,
-	'version' => '2.1.5',
+	'version' => '3.0.0',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '8.7.0-9.5.99',