diff --git a/manifest.json b/manifest.json index f6553ac..8f2e588 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-status", "name": "Note Status", - "version": "1.0.12", + "version": "1.0.14", "minAppVersion": "0.15.0", "description": "Enhance your note organization with a status management system. Assign and track statuses (active, on hold, completed, dropped) for your notes with a customizable interface including status pane, dropdown, and file explorer integration.", "author": "Aleix Soler", diff --git a/package.json b/package.json index 5d9e0d1..9eb8605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sample-plugin", - "version": "1.0.0", + "version": "1.0.14", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": {