diff --git a/composer.json b/composer.json
index f1f00e8c6e395c89ddf64e7f7cd2e06859781ab7..3ae28fb46f73457431e211e19a50cddcf4dc70e1 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
 	"description": "A solution for embedding Vimeo videos, playlists, or channels easily into TYPO3 pages.",
 	"homepage": "https://www.sgalinski.de",
 	"license": "GPL-2.0-or-later",
-	"version": "4.2.1",
+	"version": "5.0.0",
 	"require": {
 		"typo3/cms-core": "^12.4.0",
 		"vimeo/vimeo-api": "^3.0"
diff --git a/ext_emconf.php b/ext_emconf.php
index e278953b48a324f1b609bc86194965c918f60d5b..effa4f73d08e57552c2ff6a9d0ce94f45b8dd2ee 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -32,7 +32,7 @@ $EM_CONF['sg_vimeo'] = [
 	'author_email' => 'stefan@sgalinski.de',
 	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
 	'state' => 'stable',
-	'version' => '4.2.1',
+	'version' => '5.0.0',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '12.4.0-12.4.99',