diff --git a/manifest.json b/manifest.json index 2183121..d26b9ca 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-annotations", "name": "Zotero Annotations", - "version": "0.2.1", + "version": "0.2.2", "description": "Plugin to import metadata and annotations from Zotero", "author": "Anoop K. Chandran", "authorUrl": "anoopkcn.com", diff --git a/package.json b/package.json index b54b5ae..9f846b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zotero-annotations", - "version": "0.2.1", + "version": "0.2.2", "description": "Plugin to import and format annotations from Zotero", "main": "main.js", "scripts": {