diff --git a/Classes/Service/LicenceCheckService.php b/Classes/Service/LicenceCheckService.php
index 28f2c49dd219ed1675f1e41b66769bb3fa9f0aa0..29556c967cd2d8b9151fa17f788701ae514c851d 100644
--- a/Classes/Service/LicenceCheckService.php
+++ b/Classes/Service/LicenceCheckService.php
@@ -132,13 +132,14 @@ class LicenceCheckService {
 		'8.0.1' => 1732058531, // Tue, 19 Nov 2024 23:15:50 GMT+3
 		'8.1.0' => 1733341275, // Wed, 04 Dez 2024 20:57:50 GMT+3
 		'8.1.1' => 1737826502, // 2025-01-25T17:35:02Z
-    '8.1.2' => 1737826693, // 2025-01-25T17:38:13Z
+	'8.1.2' => 1737826693, // 2025-01-25T17:38:13Z
+    '8.1.3' => 1737827527, // 2025-01-25T17:52:07Z
 ];
 
 	/**
 	 * The current extension version
 	 */
-	public const CURRENT_VERSION = '8.1.2';
+	public const CURRENT_VERSION = '8.1.3';
 
 	/**
 	 * @param mixed $validUntil A timestamp, which says the lifetime of this key.
diff --git a/composer.json b/composer.json
index 0263fa8014b10be11e17067cc22292207f8684ce..8f1b62e5136210a34ddd46aaaa880224d5767165 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": "8.1.2",
+	"version": "8.1.3",
 	"require": {
 		"typo3/cms-core": "^12.4 || ^13.4"
 	},
diff --git a/ext_emconf.php b/ext_emconf.php
index c9fc557e6c6e29e15b2ce72ec3d6158e3868d3c3..d6a5dc649cc3876769604ce15d8b9e24cc7cdbce 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -32,11 +32,11 @@ $EM_CONF['sg_youtube'] = [
 	'author_email' => 'stefan@sgalinski.de',
 	'author_company' => 'sgalinski Internet Services (https://www.sgalinski.de)',
 	'state' => 'stable',
-	'version' => '8.1.2',
+	'version' => '8.1.3',
 	'constraints' => [
 		'depends' => [
 			'typo3' => '12.4.0-13.4.99',
-			'php' => '8.1.2-8.3.99',
+			'php' => '8.1.3-8.3.99',
 		],
 		'conflicts' => [],
 		'suggests' => [],