diff --git a/manifest.json b/manifest.json index dbb4480..6a16bf5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.19.2", + "version": "2.19.3", "minAppVersion": "1.11.5", "description": "Helps you write notes on podcasts.", "author": "Christian B. B. Houmann", diff --git a/package-lock.json b/package-lock.json index 0170b12..f3b55bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.19.2", + "version": "2.19.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.19.2", + "version": "2.19.3", "license": "MIT", "dependencies": { "fuse.js": "^7.4.2", diff --git a/package.json b/package.json index f5f9595..65c152e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.19.2", + "version": "2.19.3", "description": "Helps you write notes on podcasts.", "license": "MIT", "author": "Christian Bager Bach Houmann", diff --git a/versions.json b/versions.json index 01e2a60..6c13b56 100644 --- a/versions.json +++ b/versions.json @@ -92,5 +92,6 @@ "2.18.4": "0.15.9", "2.19.0": "1.11.5", "2.19.1": "1.11.5", - "2.19.2": "1.11.5" + "2.19.2": "1.11.5", + "2.19.3": "1.11.5" }