From a18480c567f5339da672cc65d15da16f99f80b57 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Fri, 30 Apr 2021 12:01:17 -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 098ab2d..aa0cc42 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-style-settings", "name": "Style Settings", - "version": "0.2.4", + "version": "0.2.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 e08c52d..e3cf9c2 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "0.2.5": "0.11.5", "0.2.4": "0.11.5", "0.2.3": "0.11.5", "0.2.2": "0.11.5",