From 86835da1f53205ba80f92d72e41ad3c6b64cf8d0 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Tue, 6 Apr 2021 10:30:14 -0700 Subject: [PATCH] Bump version --- manifest.json | 2 +- versions.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4559b74..cfabeb7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-style-settings", "name": "Style Settings", - "version": "0.0.4", + "version": "0.0.5", "minAppVersion": "0.11.5", "description": "Offers controls for adjusting theme, plugin, and snippet CSS variables.", "author": "mgmeyers", diff --git a/versions.json b/versions.json index 1a88c25..17161f1 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.0.5": "0.11.5", "0.0.4": "0.11.5", "0.0.3": "0.11.5", "0.0.2": "0.11.5",