diff --git a/manifest.json b/manifest.json index 609faeb..f0ae62d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-zotero-annotations", "name": "Zotero Annotations", - "version": "0.2.4", + "version": "0.2.5", "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 209ac42..03d3125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-zotero-annotations", - "version": "0.2.4", + "version": "0.2.5", "description": "Plugin to import and format annotations from Zotero", "main": "main.js", "scripts": {