From 77c100980b5d77685e2fa538bc456b2dd765bfa0 Mon Sep 17 00:00:00 2001 From: Ulises Santana Date: Thu, 31 Aug 2023 11:50:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.7.3?= 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 30ba70e..7f4577e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pending-notes", "name": "Pending notes", - "version": "0.7.2", + "version": "0.7.3", "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 4d3974b..2faa51a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pending-notes", - "version": "0.7.2", + "version": "0.7.3", "description": "Obsidian plugin for searching links without notes in your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7f283b5..366fbd1 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "0.6.2": "0.15.0", "0.7.0": "0.15.0", "0.7.1": "0.15.0", - "0.7.2": "0.15.0" + "0.7.2": "0.15.0", + "0.7.3": "0.15.0" } \ No newline at end of file