diff --git a/manifest.json b/manifest.json index 2844d6a..9d9686e 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/olvidalo", "fundingUrl": "https://obsidian.md/pricing", "isDesktopOnly": false, - "version": "0.0.7" -} + "version": "1.0.0" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 178f923..6c0d1c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-chord-sheets", - "version": "0.0.7", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-chord-sheets", - "version": "0.0.7", + "version": "1.0.0", "license": "MIT", "dependencies": { "@codemirror/language": "^6.8.0", diff --git a/package.json b/package.json index c82b05e..017ce0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-chord-sheets", - "version": "0.0.7", + "version": "1.0.0", "description": "Chord Sheets plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f63bfa3..802ec32 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.0.4": "0.15.0", "0.0.5": "0.15.0", "0.0.6": "0.15.0", - "0.0.7": "0.15.0" + "0.0.7": "0.15.0", + "1.0.0": "0.15.0" } \ No newline at end of file