From a7b81bd1897dd0569f96000dce332e7429c8bbc4 Mon Sep 17 00:00:00 2001 From: Wanxp <977741432@qq.com> Date: Mon, 10 Mar 2025 09:03:46 +0800 Subject: [PATCH] =?UTF-8?q?upgrade:=20=E5=8D=87=E7=BA=A7=E4=B8=BA2.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2f4a992..b177853 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "2.2.3", + "version": "2.2.4", "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 36810ad..57790bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "2.2.3", + "version": "2.2.4", "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 d1f4e4b..656e6b9 100644 --- a/versions.json +++ b/versions.json @@ -58,6 +58,7 @@ "2.2.0": "0.12.0", "2.2.1": "0.12.0", "2.2.2": "0.12.0", - "2.2.3": "0.12.0" + "2.2.3": "0.12.0", + "2.2.4": "0.12.0" }