mirror of
https://github.com/algometrix/second_brain_builder.git
synced 2026-07-22 08:29:32 +00:00
Bump to 1.0.11
This commit is contained in:
parent
768e17acea
commit
554cc17a69
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "second-brain-builder",
|
||||
"name": "Second Brain Builder",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"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
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^16.11.6",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "second-brain-builder",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"description": "Obsidian plugin that grows your vault into a linked knowledge graph using Claude Code, Gemini, Codex, or Ollama",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@
|
|||
"1.0.7": "1.8.7",
|
||||
"1.0.8": "1.8.7",
|
||||
"1.0.9": "1.8.7",
|
||||
"1.0.10": "1.8.7"
|
||||
"1.0.10": "1.8.7",
|
||||
"1.0.11": "1.8.7"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue