From eb1317a48e57c7dde8f37f984f6544abc3962616 Mon Sep 17 00:00:00 2001 From: mde Date: Sun, 23 May 2021 11:10:03 +0200 Subject: [PATCH] version --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index ba173b4..69bfc19 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "supercharged-links-obsidian", "name": "Supercharged Links", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.12.3", "description": "Adds properties and menu options to internal links", "author": "mdelobelle", diff --git a/versions.json b/versions.json index bf38024..88713ad 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "0.2.0": "0.12.3", "0.2.1": "0.12.3", "0.2.2": "0.12.3", - "0.2.3": "0.12.3" + "0.2.3": "0.12.3", + "0.2.4": "0.12.3" }