mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
fix file dot error
This commit is contained in:
parent
1d17a0afb4
commit
fa29664757
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-douban-plugin",
|
||||
"name": "Douban",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"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",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-douban-plugin",
|
||||
"version": "1.8.5",
|
||||
"version": "1.8.6",
|
||||
"description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -30,6 +30,7 @@
|
||||
"1.8.2": "0.12.0",
|
||||
"1.8.3": "0.12.0",
|
||||
"1.8.4": "0.12.0",
|
||||
"1.8.5": "0.12.0"
|
||||
"1.8.5": "0.12.0",
|
||||
"1.8.6": "0.12.0"
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user