diff --git a/manifest.json b/manifest.json index 60a44c7..409e82a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.10.1", + "version": "2.10.2", "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 07c33a7..1bb66d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.10.1", + "version": "2.10.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.10.1", + "version": "2.10.2", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index c338af9..6a30755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.10.1", + "version": "2.10.2", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7671dd2..ff10168 100644 --- a/versions.json +++ b/versions.json @@ -55,5 +55,6 @@ "2.8.0": "0.15.9", "2.9.0": "0.15.9", "2.10.0": "0.15.9", - "2.10.1": "0.15.9" + "2.10.1": "0.15.9", + "2.10.2": "0.15.9" } \ No newline at end of file