From 7c989cf78ffcb271c69ec1d111cb9e951150f3ca Mon Sep 17 00:00:00 2001 From: wanxp <977741432@qq.com> Date: Wed, 22 Jun 2022 00:19:19 +0800 Subject: [PATCH] update version --- manifest.json | 2 +- versions.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 987437c..a1b4b0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "1.1.0", + "version": "1.2.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", diff --git a/versions.json b/versions.json index 4bca15f..a7621e4 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,7 @@ { "1.0.0": "0.9.7", - "1.0.1": "0.12.0" + "1.0.1": "0.12.0", + "1.1.0": "0.12.0", + "1.2.0": "0.12.0" + }