From af09f43baa48423e243da7a5ef0e3678bf908892 Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Thu, 23 Apr 2026 21:49:24 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA2.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 072c61b..60c136b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "2.3.2", + "version": "2.3.3", "minAppVersion": "0.12.0", "description": "This is a plugin that can import movies/books/musics/notes/games info data from Douban for Obsidian .", "author": "Wanxp", - "authorUrl": "https://obsidian-douban.wanxuping.com", + "authorUrl": "https://obsidian-douban.wxp.hk", "isDesktopOnly": false } diff --git a/package.json b/package.json index 87366f4..f2ec016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "2.3.2", + "version": "2.3.3", "description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3df2257..f6f3b94 100644 --- a/versions.json +++ b/versions.json @@ -62,6 +62,7 @@ "2.2.4": "0.12.0", "2.3.0": "0.12.0", "2.3.1": "0.12.0", - "2.3.2": "0.12.0" + "2.3.2": "0.12.0", + "2.3.3": "0.12.0" }