From b05af18cb920677a590df3ccd2d7636ebad8de49 Mon Sep 17 00:00:00 2001 From: nevernotmove Date: Sat, 31 Dec 2022 16:44:55 +0100 Subject: [PATCH] #5 Update version to 0.2.0 --- manifest.json | 6 +++--- versions.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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" }