diff --git a/manifest.json b/manifest.json
index 705a6ef7daf1d9601a1b3142d92ee1b031a4cc86..9feb27974e6e28cdf1a22a6ff13a8b09a90eddf4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "1.5.9",
+	"version": "1.5.10",
 	"minAppVersion": "0.12.0",
 	"description": "Helps you write notes on podcasts.",
 	"author": "Christian B. B. Houmann",
diff --git a/package-lock.json b/package-lock.json
index de5066a6f62ee9b08d78f0a49c01e0119e6c97e3..bd05a84ae28b06b397942d161fa684d7335bc38f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "PodNotes",
-  "version": "1.5.9",
+  "version": "1.5.10",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "PodNotes",
-      "version": "1.5.9",
+      "version": "1.5.10",
       "license": "MIT",
       "devDependencies": {
         "@semantic-release/git": "^10.0.1",
diff --git a/package.json b/package.json
index b7c4c52b09f7dfe9a08259b66aab2b490c919d52..4e6376ad6081770a2dff15f3cf28825f8c371d30 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "1.5.9",
+  "version": "1.5.10",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index 1f8c438c19b421783e400518cc7b434fec0c9b0e..396b5c40b042d8f066c5fff2c41270daf3620b84 100644
--- a/versions.json
+++ b/versions.json
@@ -17,5 +17,6 @@
 	"1.5.6": "0.12.0",
 	"1.5.7": "0.12.0",
 	"1.5.8": "0.12.0",
-	"1.5.9": "0.12.0"
+	"1.5.9": "0.12.0",
+	"1.5.10": "0.12.0"
 }
\ No newline at end of file