diff --git a/addon/manifest.json b/addon/manifest.json index 2de6e59..3da6ea8 100644 --- a/addon/manifest.json +++ b/addon/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Zotero Org Export Annotations", - "version": "1.0.0", + "version": "1.0.1", "description": "Export Zotero PDF/EPUB annotations to Org-mode files for Emacs, org-roam, and citar", "author": "Ignacio", "homepage_url": "https://gitea.bueso.eu/ignacio.ballesteros/zotero-notes-export-org", diff --git a/package.json b/package.json index 46f0c5d..0fa53e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zotero-org-export-annotations", - "version": "1.0.0", + "version": "1.0.1", "description": "Export Zotero PDF/EPUB annotations to Org-mode files for Emacs integration", "config": { "addonName": "Zotero Org Export Annotations",