diff --git a/composer.json b/composer.json
index dd78da92d54051874232d196b6d2f1e0cf74b933..564c797eadc504bbd7fecc33367c62c1c473a553 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
 	"description": "A solution for embedding YouTube videos, playlists, or channels easily into TYPO3 pages.",
 	"homepage": "https://www.sgalinski.de",
 	"license": "GPL-2.0-or-later",
-	"version": "7.2.0",
+	"version": "8.0.0",
 	"require": {
 		"typo3/cms-core": "^12.4.0"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index b8f044fec87727c28f41ff7d8cac41d93fc6a262..7f79cdb418fbc47ce181f32d80acda766272c31f 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -32,7 +32,7 @@ $EM_CONF['sg_youtube'] = [
 	'author_email' => 'stefan@sgalinski.de',
 	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
 	'state' => 'stable',
-	'version' => '7.2.0',
+	'version' => '8.0.0',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '12.4.0-12.4.99',