Skip to content

Commit 7e7e51e

Browse files
deemeetreeclaude
andcommitted
bump version to 0.10.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HV5ENFDdRGoFaZ2DxMa8on
1 parent 73f116b commit 7e7e51e

5 files changed

Lines changed: 115 additions & 125 deletions

File tree

main.js

Lines changed: 108 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"id": "infranodus-graph-view",
33
"name": "InfraNodus AI Graph View",
4-
"version": "0.9.12",
4+
"version": "0.10.0",
55
"minAppVersion": "0.15.0",
66
"description": "Interactive 3D graph view: text analysis, topic modeling, gap detection, and AI.",
77
"author": "Nodus Labs",
88
"isDesktopOnly": false
9-
}
9+
}

package-lock.json

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "InfraNodus-Obsidian-Plugin",
3-
"version": "0.9.12",
3+
"version": "0.10.0",
44
"description": "Advanced graph view for Obsidian: text analysis, topic modeling, and AI with https://infranodus.com",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.15.0",
3-
"0.9.10": "0.15.0"
3+
"0.9.10": "0.15.0",
4+
"0.10.0": "0.15.0"
45
}

0 commit comments

Comments
 (0)