Skip to content

Commit c38c36d

Browse files
committed
chore: bump version to 0.4.11
1 parent 1403640 commit c38c36d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# GitNexus — Code Intelligence
44

5-
This project is indexed by GitNexus as **tail-claude-gui** (1625 symbols, 3908 relationships, 135 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
5+
This project is indexed by GitNexus as **tail-claude-gui** (1676 symbols, 4034 relationships, 140 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
66

77
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
88

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npx oxfmt && npx oxlint && npx tsc --noEmit && npx vitest run && cargo fmt --man
3838

3939
# GitNexus — Code Intelligence
4040

41-
This project is indexed by GitNexus as **tail-claude-gui** (1625 symbols, 3908 relationships, 135 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
41+
This project is indexed by GitNexus as **tail-claude-gui** (1676 symbols, 4034 relationships, 140 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
4242

4343
> If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
4444

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-trace",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"private": true,
55
"bin": {
66
"cctrace": "./bin/cctrace.mjs"

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-code-trace"
3-
version = "0.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55
rust-version = "1.77.2"
66

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "Claude Code Trace",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"identifier": "com.claudecodetrace.app",
55
"build": {
66
"devUrl": "http://localhost:1420",

tui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-trace-tui",
3-
"version": "0.4.6",
3+
"version": "0.4.11",
44
"description": "Terminal UI for Claude Code Trace",
55
"bin": {
66
"cctrace-tui": "./dist/tui/src/cli.js"

0 commit comments

Comments
 (0)