version upgrade

This commit is contained in:
wanxp 2022-06-26 20:03:13 +08:00
parent b8a2defbe6
commit 38c52f1c20
2 changed files with 4 additions and 4 deletions

@ -1,10 +1,10 @@
{
"id": "obsidian-douban-plugin",
"name": "Douban",
"version": "1.2.0",
"version": "1.3.0",
"minAppVersion": "0.12.0",
"description": "This is a plugin that can import movies, books or musics info data from Douban for Obsidian .",
"author": "Wanxp",
"authorUrl": "https://wanxuping.com",
"authorUrl": "https://obsidian-douban.wanxuping.com",
"isDesktopOnly": true
}

@ -2,6 +2,6 @@
"1.0.0": "0.9.7",
"1.0.1": "0.12.0",
"1.1.0": "0.12.0",
"1.2.0": "0.12.0"
"1.2.0": "0.12.0",
"1.3.0": "0.12.0"
}