Skip to content

Commit a49c54d

Browse files
committed
chore: bump version to 0.4.0
Entire-Checkpoint: 628f2ec6ae68
1 parent fcf57bf commit a49c54d

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 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": "claude-code-trace",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 7 additions & 7 deletions
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.3.2"
3+
version = "0.4.0"
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.3.2",
3+
"version": "0.4.0",
44
"identifier": "com.claudecodetrace.app",
55
"build": {
66
"devUrl": "http://localhost:1420",

0 commit comments

Comments
 (0)