diff --git a/manifest.json b/manifest.json index 3ef38469..311f73ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.8", + "version": "1.5.9", "minAppVersion": "1.9.0", "description": "Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan", diff --git a/paperforge/__init__.py b/paperforge/__init__.py index a1ecd935..52127bdd 100644 --- a/paperforge/__init__.py +++ b/paperforge/__init__.py @@ -1,3 +1,3 @@ """paperforge — PaperForge package.""" -__version__ = "1.5.8" +__version__ = "1.5.9" diff --git a/paperforge/plugin/manifest.json b/paperforge/plugin/manifest.json index 3ef38469..311f73ae 100644 --- a/paperforge/plugin/manifest.json +++ b/paperforge/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.8", + "version": "1.5.9", "minAppVersion": "1.9.0", "description": "Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan",