diff --git a/composer.json b/composer.json
index 3bc03e8a3bc51e43142ab13b149da5c71cfcc656..734e31676e5da40d66aa1fb11e00f755cd81dec0 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": "1.1.2",
+	"version": "2.0.0",
 	"require": {
 		"typo3/cms-core": "^8.7.24 || ^9.5.4"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index e2c6c1cdc75ead20911585b0d092841611510a60..cddf1a42c7fbca0d3c95c6982ed750ac2f482456 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -36,7 +36,7 @@ $EM_CONF[$_EXTKEY] = [
 	'uploadfolder' => '0',
 	'createDirs' => '',
 	'clearCacheOnLoad' => 0,
-	'version' => '1.1.2',
+	'version' => '2.0.0',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '8.7.0-9.5.99',