diff --git a/manifest.json b/manifest.json index cd0ce0f..2719c32 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.17.4", + "version": "2.17.5", "minAppVersion": "0.15.9", "description": "Helps you write notes on podcasts.", "author": "Christian B. B. Houmann", diff --git a/package-lock.json b/package-lock.json index 9f9ede7..f9d91ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.17.4", + "version": "2.17.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.17.4", + "version": "2.17.5", "license": "MIT", "dependencies": { "fuse.js": "^7.4.2", diff --git a/package.json b/package.json index de39153..1fa02e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.17.4", + "version": "2.17.5", "description": "Helps you write notes on podcasts.", "license": "MIT", "author": "Christian Bager Bach Houmann", diff --git a/versions.json b/versions.json index fa542a2..f00953e 100644 --- a/versions.json +++ b/versions.json @@ -83,5 +83,6 @@ "2.17.1": "0.15.9", "2.17.2": "0.15.9", "2.17.3": "0.15.9", - "2.17.4": "0.15.9" + "2.17.4": "0.15.9", + "2.17.5": "0.15.9" }