From 5aa621b4cf49c9ee11bc139b2cc2741b23fd97c0 Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Tue, 19 May 2026 01:34:40 +0800 Subject: [PATCH] chore: bump version to 1.5.8 --- manifest.json | 2 +- paperforge/__init__.py | 2 +- paperforge/plugin/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7d9bba7c..3ef38469 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.7", + "version": "1.5.8", "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 ce9afb27..a1ecd935 100644 --- a/paperforge/__init__.py +++ b/paperforge/__init__.py @@ -1,3 +1,3 @@ """paperforge — PaperForge package.""" -__version__ = "1.5.7" +__version__ = "1.5.8" diff --git a/paperforge/plugin/manifest.json b/paperforge/plugin/manifest.json index 7d9bba7c..3ef38469 100644 --- a/paperforge/plugin/manifest.json +++ b/paperforge/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.7", + "version": "1.5.8", "minAppVersion": "1.9.0", "description": "Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan",