Bump to 1.0.10

README-only release: no extra AI bills focus, desktop app
clarification, table of contents, goal-to-command table, provider
comparison, and feedback section.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
algometrix 2026-07-18 09:46:26 -04:00
parent 94231b1ea0
commit c7eb1f9a15
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "second-brain-builder",
"name": "Second Brain Builder",
"version": "1.0.9",
"version": "1.0.10",
"minAppVersion": "1.8.7",
"description": "Grow your vault into a linked knowledge graph: select any word or phrase to generate detailed, wiki-linked explanation notes using Claude Code, Gemini, Codex, or a local Ollama model.",
"author": "algometrix",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "second-brain-builder",
"version": "1.0.9",
"version": "1.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "second-brain-builder",
"version": "1.0.9",
"version": "1.0.10",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "second-brain-builder",
"version": "1.0.9",
"version": "1.0.10",
"description": "Obsidian plugin that grows your vault into a linked knowledge graph using Claude Code, Gemini, Codex, or Ollama",
"main": "main.js",
"scripts": {

View file

@ -8,5 +8,6 @@
"1.0.6": "1.8.7",
"1.0.7": "1.8.7",
"1.0.8": "1.8.7",
"1.0.9": "1.8.7"
"1.0.9": "1.8.7",
"1.0.10": "1.8.7"
}