From fa8754900385e826a8fa73c656cc6080e0ce2338 Mon Sep 17 00:00:00 2001 From: Ulises Santana Date: Thu, 19 Oct 2023 23:03:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.8.1?= 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 3374bdd..65f8a77 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pending-notes", "name": "Pending notes", - "version": "0.8.0", + "version": "0.8.1", "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 e5af3a0..80f5de5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pending-notes", - "version": "0.8.0", + "version": "0.8.1", "description": "Obsidian plugin for searching links without notes in your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6826f37..4006daf 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "0.7.1": "0.15.0", "0.7.2": "0.15.0", "0.7.3": "0.15.0", - "0.8.0": "0.15.0" + "0.8.0": "0.15.0", + "0.8.1": "0.15.0" } \ No newline at end of file