From 61860de3cdfaf9985c211c2a261f3565d338a085 Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Fri, 21 Apr 2023 09:26:24 +0800 Subject: [PATCH] fix error when the name of file includes dot --- manifest.json | 2 +- package.json | 2 +- versions.json | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 701a21f..550c71f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "1.8.4", + "version": "1.8.5", "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 2e2c06d..e528322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-douban-plugin", - "version": "1.8.4", + "version": "1.8.5", "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 735067a..4b564b9 100644 --- a/versions.json +++ b/versions.json @@ -28,6 +28,8 @@ "1.8.0": "0.12.0", "1.8.1": "0.12.0", "1.8.2": "0.12.0", - "1.8.3": "0.12.0" + "1.8.3": "0.12.0", + "1.8.4": "0.12.0", + "1.8.5": "0.12.0" }