chore: bump version to 1.5.3

This commit is contained in:
yan 2026-05-01 15:03:22 +08:00
parent 4f5b9c52f3
commit a23c35901b
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "istart-note-ai",
"name": "IStart-Note-AI",
"version": "1.5.2",
"version": "1.5.3",
"minAppVersion": "1.4.0",
"description": "Generate structured knowledge notes from questions and selected text using DeepSeek AI, with automatic concept pages, bidirectional links, and a question graph.",
"author": "Yan",

View file

@ -1,6 +1,6 @@
{
"name": "istart-note-ai",
"version": "1.5.2",
"version": "1.5.3",
"description": "IStart-Note-AI: DeepSeek-powered knowledge graph plugin for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,6 @@
"1.0.0": "1.0.0",
"1.5.0": "1.4.0",
"1.5.1": "1.4.0",
"1.5.2": "1.4.0"
"1.5.2": "1.4.0",
"1.5.3": "1.4.0"
}