Skip to content

Commit

Permalink
Update version identifiers to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Nov 23, 2023
1 parent c8f51a5 commit 2677f7e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.2.1"
authors = ["Eric Zhang <[email protected]>"]
license = "MIT"
description = "A secure web-based, collaborative terminal."
Expand Down
2 changes: 1 addition & 1 deletion crates/sshx-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand.workspace = true
redis = { version = "0.23.3", features = ["tokio-rustls-comp", "tls-rustls-webpki-roots"] }
serde.workspace = true
sha2 = "0.10.7"
sshx-core = { version = "0.2.0", path = "../sshx-core" }
sshx-core = { version = "0.2.1", path = "../sshx-core" }
tokio.workspace = true
tokio-stream.workspace = true
tokio-tungstenite = "0.20.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/sshx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ctr = "0.9.2"
encoding_rs = "0.8.31"
nix = { version = "0.27.1", features = ["ioctl", "process", "signal", "term"] }
pin-project = "1.1.3"
sshx-core = { version = "0.2.0", path = "../sshx-core" }
sshx-core = { version = "0.2.1", path = "../sshx-core" }
tokio.workspace = true
tokio-stream.workspace = true
tonic.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const commitHash = execSync("git rev-parse --short HEAD").toString().trim();

export default defineConfig({
define: {
__APP_VERSION__: JSON.stringify("0.2.0-" + commitHash),
__APP_VERSION__: JSON.stringify("0.2.1-" + commitHash),
},

plugins: [sveltekit()],
Expand Down

0 comments on commit 2677f7e

Please sign in to comment.