From 7f0e6cfb18bde8e1849b30f10a575db1c091b450 Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Sun, 31 May 2026 20:56:15 +0800 Subject: [PATCH] bump: 1.5.13 -> 1.5.14 --- 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 69a5e060..f882a5cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.13", + "version": "1.5.14", "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 9f58365e..2e576657 100644 --- a/paperforge/__init__.py +++ b/paperforge/__init__.py @@ -1,3 +1,3 @@ """paperforge — PaperForge package.""" -__version__ = "1.5.13" +__version__ = "1.5.14" diff --git a/paperforge/plugin/manifest.json b/paperforge/plugin/manifest.json index 69a5e060..f882a5cb 100644 --- a/paperforge/plugin/manifest.json +++ b/paperforge/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.13", + "version": "1.5.14", "minAppVersion": "1.9.0", "description": "Zotero literature pipeline. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan",