diff --git a/manifest.json b/manifest.json index d3cfae1..856842b 100644 --- a/manifest.json +++ b/manifest.json @@ -11,5 +11,5 @@ "Ko-fi": "ko-fi.com/olvidalo" }, "isDesktopOnly": false, - "version": "1.3.2" + "version": "1.4.0" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3ce313a..3d7f4e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-chord-sheets", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-chord-sheets", - "version": "1.3.2", + "version": "1.4.0", "license": "MIT", "dependencies": { "@codemirror/language": "^6.8.0", diff --git a/package.json b/package.json index d724aa1..4ef0cbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-chord-sheets", - "version": "1.3.2", + "version": "1.4.0", "description": "Chord Sheets plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index fec4a7e..cdf2f0d 100644 --- a/versions.json +++ b/versions.json @@ -19,5 +19,6 @@ "1.2.0": "0.15.0", "1.3.0": "0.15.0", "1.3.1": "0.15.0", - "1.3.2": "0.15.0" + "1.3.2": "0.15.0", + "1.4.0": "0.15.0" } \ No newline at end of file