diff --git a/manifest.json b/manifest.json index f8d0286f1c41b3ae339a87da392a297b91e95735..1d1768684fef0d06900f3c6a2dc1b1daf21566f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "2.1.2", + "version": "2.1.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 49bffe9c225d6bdbc60be9a7e452b66838a20552..9efbda06fb2d02ed8195e589c1e2495684f0cef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "podnotes", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "podnotes", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "fuse.js": "^6.6.2" diff --git a/package.json b/package.json index a3a1cb4a6376e9022da599db5856f6cf5d957b82..d5240fff58f5a2cd044ab85e693dc759f6962b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "2.1.2", + "version": "2.1.3", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 8b1a915642908bd0280b5359616631d944c9a218..23072f1869d7bdfc7497058b4602a0100a584407 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "2.0.3": "0.15.9", "2.1.0": "0.15.9", "2.1.1": "0.15.9", - "2.1.2": "0.15.9" + "2.1.2": "0.15.9", + "2.1.3": "0.15.9" } \ No newline at end of file