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