From 38c52f1c200d03e7a5ed7ef3ceb56f109e8b5bea Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Sun, 26 Jun 2022 20:03:13 +0800 Subject: [PATCH] version upgrade --- manifest.json | 4 ++-- versions.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index a1b4b0e..35f67af 100644 --- a/manifest.json +++ b/manifest.json @@ -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 } diff --git a/versions.json b/versions.json index a7621e4..660d394 100644 --- a/versions.json +++ b/versions.json @@ -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" }