diff --git a/Documentation/guides.xml b/Documentation/guides.xml
index 09474518..d36e70f4 100644
--- a/Documentation/guides.xml
+++ b/Documentation/guides.xml
@@ -13,7 +13,7 @@
                edit-on-github="eliashaeussler/typo3-warming"
                typo3-core-preferred="main"
     />
-    <project title="Warming" release="3.3.2" copyright="since 2021 by Elias Häußler"/>
+    <project title="Warming" release="3.3.3" copyright="since 2021 by Elias Häußler"/>
     <inventory id="t3coreapi" url="https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/"/>
     <inventory id="t3tsref" url="https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/"/>
     <inventory id="sitemap-locator" url="https://docs.typo3.org/p/eliashaeussler/typo3-sitemap-locator/main/en-us/"/>
diff --git a/Resources/Private/Frontend/package-lock.json b/Resources/Private/Frontend/package-lock.json
index e15b7d05..99d253b8 100644
--- a/Resources/Private/Frontend/package-lock.json
+++ b/Resources/Private/Frontend/package-lock.json
@@ -1,12 +1,12 @@
 {
 	"name": "@eliashaeussler/typo3-warming",
-	"version": "3.3.2",
+	"version": "3.3.3",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "@eliashaeussler/typo3-warming",
-			"version": "3.3.2",
+			"version": "3.3.3",
 			"license": "GPL-2.0-or-later",
 			"dependencies": {
 				"clipboard-polyfill": "^4.0.0",
diff --git a/Resources/Private/Frontend/package.json b/Resources/Private/Frontend/package.json
index b10f127f..ebeb59cd 100644
--- a/Resources/Private/Frontend/package.json
+++ b/Resources/Private/Frontend/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "@eliashaeussler/typo3-warming",
 	"description": "Frontend for EXT:warming, an extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap",
-	"version": "3.3.2",
+	"version": "3.3.3",
 	"type": "module",
 	"private": true,
 	"license": "GPL-2.0-or-later",
diff --git a/ext_emconf.php b/ext_emconf.php
index efa594f3..7941564d 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -24,7 +24,7 @@
     'title' => 'Warming',
     'description' => 'Warms up Frontend caches based on an XML sitemap. Cache warmup can be triggered via TYPO3 backend or using a console command. Supports multiple languages and custom crawler implementations.',
     'category' => 'be',
-    'version' => '3.3.2',
+    'version' => '3.3.3',
     'state' => 'stable',
     'author' => 'Elias Häußler',
     'author_email' => 'elias@haeussler.dev',