diff --git a/apps/obsidian/manifest.json b/apps/obsidian/manifest.json index 953712e84..65ad598d4 100644 --- a/apps/obsidian/manifest.json +++ b/apps/obsidian/manifest.json @@ -1,10 +1,10 @@ { - "id": "@discourse-graph/obsidian", + "id": "discourse-graphs", "name": "Discourse Graph", - "version": "0.1.0", + "version": "1.3.0", "minAppVersion": "1.7.0", "description": "Add semantic structure to your notes with the Discourse Graph protocol.", "author": "Discourse Graphs", "authorUrl": "https://discoursegraphs.com", - "isDesktopOnly": false + "isDesktopOnly": true }