From ba0f75be2a0c85325f9ead4a6992e1a9c687fc7e Mon Sep 17 00:00:00 2001 From: HughWan <977741432@qq.com> Date: Fri, 29 Dec 2023 23:37:52 +0800 Subject: [PATCH] add new setting for {{scoreStar}} and {{myRatingStar}} --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 33a4a26..42d6399 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "2.0.0", + "version": "2.0.1", "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/versions.json b/versions.json index 110fa49..077da40 100644 --- a/versions.json +++ b/versions.json @@ -45,6 +45,7 @@ "1.9.7": "0.12.0", "1.9.8": "0.12.0", "1.9.9": "0.12.0", - "2.0.0": "0.12.0" + "2.0.0": "0.12.0", + "2.0.1": "0.12.0" }