diff --git a/manifest.json b/manifest.json index 56e1379..1d347c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-style-settings", "name": "Style Settings", - "version": "1.0.8", + "version": "1.0.9", "minAppVersion": "0.11.5", "description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.", "author": "mgmeyers", diff --git a/release-notes.md b/release-notes.md index ff9e9a3..6037a4b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,5 @@ -ec8ecd0 Fix #152 +f26cfa0 Upgrade libs and fix type errors +5cbf4e7 1.0.8 +4ce9491 Fix #152 +51a1497 Merge pull request #128 from ThePyroTF2/update_readme +6418dea Add documentation for the `quotes` key of the `variable-text` setting type diff --git a/versions.json b/versions.json index 9820c33..2242037 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "0.0.2": "0.11.5", "0.0.1": "0.11.5", "1.0.7": "0.11.5", - "1.0.8": "0.11.5" + "1.0.8": "0.11.5", + "1.0.9": "0.11.5" }