diff --git a/manifest.json b/manifest.json index 35f67af..3a8e756 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-douban-plugin", "name": "Douban", - "version": "1.3.0", + "version": "1.4.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 660d394..a1eceb0 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,7 @@ "1.0.1": "0.12.0", "1.1.0": "0.12.0", "1.2.0": "0.12.0", - "1.3.0": "0.12.0" + "1.3.0": "0.12.0", + "1.4.0": "0.12.0" + }