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