From 32fa165eb8869999091e78c4220d46ae272c469c Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Thu, 25 May 2023 00:07:41 +0800 Subject: [PATCH] fix login error --- 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 a11fe4e..8f409a2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "1.8.6", + "version": "1.8.7", "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 77a7fe4..777eb7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "1.8.6", + "version": "1.8.7", "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 87600ac..e6e630b 100644 --- a/versions.json +++ b/versions.json @@ -31,6 +31,7 @@ "1.8.3": "0.12.0", "1.8.4": "0.12.0", "1.8.5": "0.12.0", - "1.8.6": "0.12.0" + "1.8.6": "0.12.0", + "1.8.7": "0.12.0" }