chore(release): bump version to 0.1.8

This commit is contained in:
Ryan Bantz 2025-04-05 21:42:56 -05:00
parent 8ff3a1a9d7
commit e80e621e56
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-asana",
"version": "0.1.0",
"version": "0.1.8",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",