From 59e1c3b87446e027abcb7ad205cd74bc83be3ad4 Mon Sep 17 00:00:00 2001 From: Research Assistant Date: Tue, 19 May 2026 00:31:32 +0800 Subject: [PATCH] chore: bump version to 1.5.6 --- 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 c5eef8b6..61a4edbb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.6rc5", + "version": "1.5.6", "minAppVersion": "1.9.0", "description": "Zotero literature pipeline for Obsidian. 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 41353637..75bbde19 100644 --- a/paperforge/__init__.py +++ b/paperforge/__init__.py @@ -1,3 +1,3 @@ """paperforge — PaperForge package.""" -__version__ = "1.5.6rc5" +__version__ = "1.5.6" diff --git a/paperforge/plugin/manifest.json b/paperforge/plugin/manifest.json index c5eef8b6..61a4edbb 100644 --- a/paperforge/plugin/manifest.json +++ b/paperforge/plugin/manifest.json @@ -1,7 +1,7 @@ { "id": "paperforge", "name": "PaperForge", - "version": "1.5.6rc5", + "version": "1.5.6", "minAppVersion": "1.9.0", "description": "Zotero literature pipeline for Obsidian. Sync PDFs, run OCR, and read with AI-assisted deep reading.", "author": "Lin Zhaoxuan",