Skip to content

Commit

Permalink
chore: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Oct 2, 2024
1 parent c0ba3f8 commit 66e2770
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[workspace]
resolver = "2"
members = [
"crates/dead-man-switch",
"crates/dead-man-switch-tui",
"crates/dead-man-switch-web",
"crates/dead-man-switch",
"crates/dead-man-switch-tui",
"crates/dead-man-switch-web",
]
default-members = ["crates/dead-man-switch", "crates/dead-man-switch-tui"]

[workspace.package]
edition = "2021"
version = "0.4.0"
version = "0.4.1"
authors = ["Jose Storopoli <[email protected]>"]
description = "A simple no-BS Dead Man's Switch"
license = "AGPL-3.0-only"
Expand Down
4 changes: 2 additions & 2 deletions crates/dead-man-switch-tui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "dead-man-switch-tui"
edition = "2021"
version = "0.4.0"
version = "0.4.1"
authors = ["Jose Storopoli <[email protected]>"]
description = "A simple no-BS Dead Man's Switch Tui Interface"
license = "AGPL-3.0-only"
readme = "../../README.md"

[dependencies]
dead-man-switch = { version = "0.4.0", path = "../dead-man-switch" }
dead-man-switch = { version = "0.4.1", path = "../dead-man-switch" }
thiserror = "1"
ratatui = "0.28"
crossterm = "0.28"
4 changes: 2 additions & 2 deletions crates/dead-man-switch-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "dead-man-switch-web"
edition = "2021"
version = "0.4.0"
version = "0.4.1"
authors = ["Jose Storopoli <[email protected]>"]
description = "A simple no-BS Dead Man's Switch Web Interface"
license = "AGPL-3.0-only"
readme = "../../README.md"

[dependencies]
dead-man-switch = { version = "0.4.0", path = "../dead-man-switch" }
dead-man-switch = { version = "0.4.1", path = "../dead-man-switch" }
anyhow = "1.0.89"
askama = "0.12.1"
axum = "0.7.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/dead-man-switch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dead-man-switch"
edition = "2021"
version = "0.4.0"
version = "0.4.1"
authors = ["Jose Storopoli <[email protected]>"]
description = "A simple no-BS Dead Man's Switch"
license = "AGPL-3.0-only"
Expand Down

0 comments on commit 66e2770

Please sign in to comment.