release: 2.0.1

This commit is contained in:
Yan 2026-05-20 23:35:40 +08:00
parent 94d30fe962
commit bf07e29d53
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "istart-note-ai",
"name": "IStart-Note-AI",
"version": "2.0.0",
"version": "2.0.1",
"minAppVersion": "1.7.2",
"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": "2.0.0",
"version": "2.0.1",
"description": "IStart-Note-AI: an Obsidian plugin that turns notes into a structured personal knowledge system, powered by DeepSeek and other OpenAI-compatible LLMs.",
"main": "main.js",
"private": true,

View file

@ -24,5 +24,6 @@
"1.8.2": "1.7.2",
"1.8.3": "1.7.2",
"1.9.0": "1.7.2",
"2.0.0": "1.7.2"
"2.0.0": "1.7.2",
"2.0.1": "1.7.2"
}