diff --git a/manifest.json b/manifest.json index 6fab96b..1b670c8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,5 @@ "author": "Marcel Schaeben", "authorUrl": "https://github.com/olvidalo", "isDesktopOnly": false, - "version": "1.0.2" + "version": "1.0.3" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1dd8473..40170fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-chord-sheets", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-chord-sheets", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@codemirror/language": "^6.8.0", diff --git a/package.json b/package.json index 8d4a8be..3a5ac4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-chord-sheets", - "version": "1.0.2", + "version": "1.0.3", "description": "Chord Sheets plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5d7a21b..24d35ac 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.0.7": "0.15.0", "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file