diff --git a/manifest.json b/manifest.json index c70a27a..bbb8019 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "podnotes", "name": "PodNotes", - "version": "1.3.0", + "version": "1.4.0", "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 f94f317..d32c678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "PodNotes", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "PodNotes", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@semantic-release/git": "^10.0.1", diff --git a/package.json b/package.json index a1b7896..7ff3c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podnotes", - "version": "1.3.0", + "version": "1.4.0", "description": "Helps you write notes on podcasts.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b198fb2..3cd9698 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.2.1": "0.12.0", "1.2.2": "0.12.0", "1.2.3": "0.12.0", - "1.3.0": "0.12.0" + "1.3.0": "0.12.0", + "1.4.0": "0.12.0" } \ No newline at end of file