From 17bcc036ca31dce758b517abee2580125006c172 Mon Sep 17 00:00:00 2001 From: Ulises Santana Date: Thu, 26 Jan 2023 06:55:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index bc0033e..0deae3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pending-notes", "name": "Pending notes", - "version": "0.5.3", + "version": "0.5.4", "minAppVersion": "0.15.0", "description": "Obsidian plugin for searching links without notes in your vault.", "author": "Ulises Santana ", diff --git a/package.json b/package.json index 0bbdc8e..6c2d259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pending-notes", - "version": "0.5.3", + "version": "0.5.4", "description": "Obsidian plugin for searching links without notes in your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f3eb6cc..a330db8 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.5.0": "0.15.0", "0.5.1": "0.15.0", "0.5.2": "0.15.0", - "0.5.3": "0.15.0" + "0.5.3": "0.15.0", + "0.5.4": "0.15.0" } \ No newline at end of file