From 0aa0c15cc53819bdae2f57492fff8343123360a7 Mon Sep 17 00:00:00 2001 From: Wanxp <977741432@qq.com> Date: Thu, 6 Mar 2025 18:55:39 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#139=201.=20=E4=BC=98=E5=8C=96=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E9=85=8D=E7=BD=AE,=E5=A2=9E=E5=8A=A0=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E5=AF=BC=E5=85=A5=E6=97=B6=E7=9A=84=E9=80=89=E9=A1=B9?= =?UTF-8?q?=202.=20=E4=BC=98=E5=8C=96=E5=AF=BC=E5=85=A5=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=EF=BC=8C=E7=8E=B0=E5=9C=A8=E4=BC=9A?= =?UTF-8?q?=E5=9C=A8=E7=BB=93=E6=9E=9C=E6=96=87=E6=9C=AC=E4=B8=AD=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=85=B7=E4=BD=93=E7=9A=84=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fc49ce8..77fe911 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "2.2.0", + "version": "2.2.2", "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", diff --git a/package.json b/package.json index b2a830b..0392f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "2.2.0", + "version": "2.2.2", "description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).", "main": "main.js", "scripts": {