diff --git a/manifest.json b/manifest.json index 71b7a49..7225fbc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pending-notes", "name": "Pending notes", - "version": "0.6.1", + "version": "0.6.2", "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 92a47cd..f7228e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pending-notes", - "version": "0.6.1", + "version": "0.6.2", "description": "Obsidian plugin for searching links without notes in your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ae8db3c..ddd77ef 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.5.3": "0.15.0", "0.5.4": "0.15.0", "0.6.0": "0.15.0", - "0.6.1": "0.15.0" + "0.6.1": "0.15.0", + "0.6.2": "0.15.0" } \ No newline at end of file