Skip to content

Commit 8a47723

Browse files
committed
Bump version to 0.4.0
1 parent 0b02e42 commit 8a47723

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.1"
6+
version = "0.4.0"
77
authors = ["Eric Zhang <[email protected]>"]
88
license = "MIT"
99
description = "A secure web-based, collaborative terminal."
@@ -17,7 +17,7 @@ clap = { version = "4.5.17", features = ["derive", "env"] }
1717
prost = "0.13.4"
1818
rand = "0.8.5"
1919
serde = { version = "1.0.188", features = ["derive", "rc"] }
20-
sshx-core = { version = "0.3.1", path = "crates/sshx-core" }
20+
sshx-core = { version = "0.4.0", path = "crates/sshx-core" }
2121
tokio = { version = "1.40.0", features = ["full"] }
2222
tokio-stream = { version = "0.1.14", features = ["sync"] }
2323
tonic = { version = "0.12.3", features = ["tls", "tls-webpki-roots"] }

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const commitHash = execSync("git rev-parse --short HEAD").toString().trim();
77

88
export default defineConfig({
99
define: {
10-
__APP_VERSION__: JSON.stringify("0.2.4-" + commitHash),
10+
__APP_VERSION__: JSON.stringify("0.4.0-" + commitHash),
1111
},
1212

1313
plugins: [sveltekit()],

0 commit comments

Comments
 (0)