From 78dd73fae3ef8b27ab3601f66ca290ee4b36a896 Mon Sep 17 00:00:00 2001 From: Ryan Bantz Date: Wed, 26 Mar 2025 13:48:40 -0500 Subject: [PATCH] chore(release): bump version to 0.1.7 - Update manifest.json version number - Prepare for new release with archived projects toggle and feedback section --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index e0d85a1..e5a6feb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "asana", "name": "Asana", - "version": "0.1.6", + "version": "0.1.7", "description": "Create Asana tasks from highlighted text or the current line in Obsidian.", "minAppVersion": "1.5.0", "author": "Ryan Bantz",