From 38b4558502eefd28f04030677936f94ed7953978 Mon Sep 17 00:00:00 2001 From: Aleix Soler Date: Thu, 19 Mar 2026 19:29:38 +0100 Subject: [PATCH] chore: bump version --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 36b65d6..c6ca755 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "note-status", "name": "Note Status", - "version": "3.0.0", + "version": "3.1.0", "minAppVersion": "0.15.0", "description": "Track and change note statuses across your vault with templates, bulk folder actions, dashboards, and non-Markdown support.", "author": "Aleix Soler", @@ -15,6 +15,5 @@ "icon": "tag", "repository": "https://github.com/devonthesofa/obsidian-note-status", "issues": "https://github.com/devonthesofa/obsidian-note-status/issues", - "releaseNotes": "3.0.0: full UI refresh, new dashboards and grouped views, bulk folder actions, templates and mappings, and non-Markdown status support.", "css": "styles.css" }