From 8f2c5f2117188a66a70967ad3945f967a5c92c1e Mon Sep 17 00:00:00 2001 From: wanxuping Date: Thu, 26 Dec 2024 12:54:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#94=20=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E5=A4=B1=E8=B4=A5?= 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 f6bfb45..80fce61 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "2.0.8", + "version": "2.1.0", "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 b95cb5f..60a44a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "2.0.8", + "version": "2.1.0", "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 b022364..731533d 100644 --- a/versions.json +++ b/versions.json @@ -53,6 +53,7 @@ "2.0.5": "0.12.0", "2.0.6": "0.12.0", "2.0.7": "0.12.0", - "2.0.8": "0.12.0" + "2.0.8": "0.12.0", + "2.1.0": "0.12.0" }