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