diff --git a/manifest.json b/manifest.json index bdc2a30..c069db3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "chord-lyrics", "name": "Chord Lyrics", - "version": "0.1.0", - "minAppVersion": "1.0.3", - "description": "Display chord names over lyrics. Supports line wrapping, section headers and auto-detection.", + "version": "0.2.0", + "minAppVersion": "1.1.9", + "description": "Display chord names over lyrics. Supports line wrapping, section headers, auto-detection of lines and custom colors.", "author": "nevernotmove", "authorUrl": "https://obsidian.md", "isDesktopOnly": false diff --git a/versions.json b/versions.json index 5d8c0a8..c936bd7 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.0.3" + "0.1.0": "1.0.3", + "0.2.0": "1.1.9" }