diff --git a/manifest.json b/manifest.json index e5a6feb..cc35231 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "asana", "name": "Asana", - "version": "0.1.7", + "version": "0.1.8", "description": "Create Asana tasks from highlighted text or the current line in Obsidian.", "minAppVersion": "1.5.0", "author": "Ryan Bantz", diff --git a/package.json b/package.json index be0a6a0..1cf257f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-asana", - "version": "0.1.0", + "version": "0.1.8", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",