build: 升级版本为2.3.3

This commit is contained in:
wanxp 2026-04-23 21:49:24 +08:00
parent 007e85556e
commit 3f2953d93a
3 changed files with 5 additions and 4 deletions

@ -1,10 +1,10 @@
{
"id": "obsidian-douban-plugin",
"name": "Douban",
"version": "2.3.2",
"version": "2.3.3",
"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",
"authorUrl": "https://obsidian-douban.wanxuping.com",
"authorUrl": "https://obsidian-douban.wxp.hk",
"isDesktopOnly": false
}

@ -1,6 +1,6 @@
{
"name": "obsidian-douban-plugin",
"version": "2.3.2",
"version": "2.3.3",
"description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).",
"main": "main.js",
"scripts": {

@ -62,6 +62,7 @@
"2.2.4": "0.12.0",
"2.3.0": "0.12.0",
"2.3.1": "0.12.0",
"2.3.2": "0.12.0"
"2.3.2": "0.12.0",
"2.3.3": "0.12.0"
}