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