diff --git a/manifest.json b/manifest.json index d7d6df8..90ec14c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.20.1", + "version": "2.20.2", "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 c522052..b25248d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.20.1", + "version": "2.20.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.20.1", + "version": "2.20.2", "license": "MIT", "dependencies": { "fuse.js": "^7.5.0", diff --git a/package.json b/package.json index 4ded52b..2ba0ee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.20.1", + "version": "2.20.2", "description": "Helps you write notes on podcasts.", "license": "MIT", "author": "Christian Bager Bach Houmann", diff --git a/versions.json b/versions.json index a72d65e..85dca6a 100644 --- a/versions.json +++ b/versions.json @@ -95,5 +95,6 @@ "2.19.2": "1.11.5", "2.19.3": "1.11.5", "2.20.0": "1.11.5", - "2.20.1": "1.11.5" + "2.20.1": "1.11.5", + "2.20.2": "1.11.5" }