From 431c1f25642d2b02f011dcdb95e20bcfb3023235 Mon Sep 17 00:00:00 2001 From: Wanxp <977741432@qq.com> Date: Sun, 9 Mar 2025 12:52:20 +0800 Subject: [PATCH] =?UTF-8?q?test=20=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=8A=9F=E8=83=BD?= 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, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 77fe911..2f4a992 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "2.2.2", + "version": "2.2.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", diff --git a/package.json b/package.json index 0392f84..36810ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "2.2.2", + "version": "2.2.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 89afe18..d1f4e4b 100644 --- a/versions.json +++ b/versions.json @@ -56,5 +56,8 @@ "2.0.8": "0.12.0", "2.1.0": "0.12.0", "2.2.0": "0.12.0", + "2.2.1": "0.12.0", + "2.2.2": "0.12.0", + "2.2.3": "0.12.0" }