From e80e621e5605ed493e403556d7fd68134e56cf11 Mon Sep 17 00:00:00 2001 From: Ryan Bantz Date: Sat, 5 Apr 2025 21:42:56 -0500 Subject: [PATCH] chore(release): bump version to 0.1.8 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",