diff --git a/package.json b/package.json
index 6918105437e8fb041109ed372a0aa617485bec89..c29c65531d2287b9e3ab27fe367b9dd5638d99bd 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "author": "Thomas Rientjes",
   "license": "MPL-2.0",
   "title": "Decentraleyes",
-  "version": "1.3.9",
+  "version": "1.3.10",
   "main": "lib/main.js",
   "homepage": "https://addons.mozilla.org/firefox/addon/decentraleyes",
   "name": "decentraleyes",
diff --git a/static/release-notes.html b/static/release-notes.html
index df6aa98c21286ea5f2eeb389271b59e8f8eb1243..af58819a3b34aa2a368b6147f178a261ec15334d 100644
--- a/static/release-notes.html
+++ b/static/release-notes.html
@@ -111,7 +111,7 @@
 
         <div class="container">
 
-            <h1>Decentraleyes <i>v1.3.9</i></h1>
+            <h1>Decentraleyes <i>v1.3.10</i></h1>
 
             <br><br>
 
diff --git a/webextension/manifest.json b/webextension/manifest.json
index d96f8a9805d7f4fc6e6b126fe2d182568b751b62..5314178e7f5dff0e0b05e69c2f9d17489a861ed3 100644
--- a/webextension/manifest.json
+++ b/webextension/manifest.json
@@ -1,7 +1,7 @@
 {
   "manifest_version": 2,
   "name": "Decentraleyes Module",
-  "version": "1.3.9",
+  "version": "1.3.10",
 
   "author": "Thomas Rientjes",