mirror of
https://github.com/yan-istart/IStart-Note-AI-Plugin.git
synced 2026-07-22 06:51:37 +00:00
chore: bump version to 1.5.3
This commit is contained in:
parent
4f5b9c52f3
commit
a23c35901b
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue