diff --git a/manifest.json b/manifest.json index 1b4f660..3c91d04 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "asana-for-obsidian", + "id": "obsidian-asana", "name": "Asana", - "version": "0.1.2", + "version": "0.1.3", "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 f7a5156..ed616de 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "asana-task-creator", + "name": "obsidian-asana", "version": "1.0.0", "main": "main.js", "scripts": {