build: 升级版本为2.3.1
Some checks failed
Release Draft / build (push) Has been cancelled

This commit is contained in:
wanxp 2025-11-09 23:17:43 +08:00
parent ffc93a4a13
commit 572907719b
3 changed files with 5 additions and 4 deletions

@ -1,7 +1,7 @@
{
"id": "obsidian-douban-plugin",
"name": "Douban",
"version": "2.3.0",
"version": "2.3.1",
"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",

@ -1,6 +1,6 @@
{
"name": "obsidian-douban-plugin",
"version": "2.3.0",
"version": "2.3.1",
"description": "This is a plugin for Obsidian (https://obsidian.md) that can import data from Douban (https://www.douban.com/).",
"main": "main.js",
"scripts": {
@ -36,4 +36,4 @@
"follow-redirects": "^1.15.6",
"schema-dts": "^1.1.0"
}
}
}

@ -60,6 +60,7 @@
"2.2.2": "0.12.0",
"2.2.3": "0.12.0",
"2.2.4": "0.12.0",
"2.3.0": "0.12.0"
"2.3.0": "0.12.0",
"2.3.1": "0.12.0"
}