diff --git a/manifest.json b/manifest.json index 4ad6867b2cfc7312e2c1ccaab6b22b1da544f705..8791580d3c37bd6d94db5e3affb55caed6d38715 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "1.5.1", + "version": "1.5.2", "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 3417ecf0e56638ed58ef5c29680a860bee05e39a..22d3541437a899ab27d2945dacb73f2342c60126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "PodNotes", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "PodNotes", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "devDependencies": { "@semantic-release/git": "^10.0.1", diff --git a/package.json b/package.json index 0e5f1c3c8c0321fdb240aaeba619ac94b76d4aca..386d8a585118559cb04dc255427302e4aec8f24d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "1.5.1", + "version": "1.5.2", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0e93aa7c2d1ac8f11f91f2f7486226e31825debf..37af791371d1c6bbf53a8e7a914c6e9ab6afc72d 100644 --- a/versions.json +++ b/versions.json @@ -9,5 +9,6 @@ "1.3.0": "0.12.0", "1.4.0": "0.12.0", "1.5.0": "0.12.0", - "1.5.1": "0.12.0" + "1.5.1": "0.12.0", + "1.5.2": "0.12.0" } \ No newline at end of file