From bf07e29d534e06229fe3d1141a7a6d3feb8fd4ae Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 20 May 2026 23:35:40 +0800 Subject: [PATCH] release: 2.0.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index fda0216..f654054 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 7f5dee3..5d2641e 100644 --- a/package.json +++ b/package.json @@ -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, diff --git a/versions.json b/versions.json index d36b966..41980fe 100644 --- a/versions.json +++ b/versions.json @@ -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" }