From 5ae04d80dea4c7584e29211328f5b9a4b3935c6f Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Sat, 12 Mar 2022 13:48:25 -0800 Subject: [PATCH] Update manifest --- manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index bebaa7a..f087151 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-zotero-desktop-connector", "name": "Zotero Desktop Connector", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.12.0", "description": "Insert citations, bibliographies, and notes directly from Zotero desktop.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "isDesktopOnly": false + "author": "mgmeyers", + "authorUrl": "https://github.com/mgmeyers/obsidian-zotero-desktop-connector", + "isDesktopOnly": true }