diff --git a/manifest.json b/manifest.json index ace08ef..d919ea5 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 9a8b47e..715421d 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 90344a4..8eb4851 100644 --- a/versions.json +++ b/versions.json @@ -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" }