From 15e55ee1261ac0fd83c705c5339c9581b505630d Mon Sep 17 00:00:00 2001 From: Ignacio Ballesteros Date: Tue, 17 Feb 2026 23:56:10 +0100 Subject: [PATCH] chore: bump version to 1.0.1 for update test --- addon/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",