diff --git a/manifest.json b/manifest.json index 8791580..b36470b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "1.5.2", + "version": "1.5.3", "minAppVersion": "0.12.0", "description": "Helps you write notes on podcasts.", "author": "Christian B. B. Houmann", diff --git a/package-lock.json b/package-lock.json index 22d3541..a06ec1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "PodNotes", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "PodNotes", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "devDependencies": { "@semantic-release/git": "^10.0.1", diff --git a/package.json b/package.json index 386d8a5..27fa1d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "1.5.2", + "version": "1.5.3", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 37af791..873bba3 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.4.0": "0.12.0", "1.5.0": "0.12.0", "1.5.1": "0.12.0", - "1.5.2": "0.12.0" + "1.5.2": "0.12.0", + "1.5.3": "0.12.0" } \ No newline at end of file