Skip to content

Commit a3a4719

Browse files
committed
chore: bump version to 0.4.2
Entire-Checkpoint: 9611d26b3f86
1 parent c4665a6 commit a3a4719

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.1",
3+
"version": "0.4.2",
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.1"
3+
version = "0.4.2"
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.1",
3+
"version": "0.4.2",
44
"identifier": "com.claudecodetrace.app",
55
"build": {
66
"devUrl": "http://localhost:1420",

0 commit comments

Comments
 (0)