Skip to content

Commit 315e4a9

Browse files
committed
chore: bump version to 0.9.1
1 parent a12bba4 commit 315e4a9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ default-members = ["crates/dead-man-switch", "crates/dead-man-switch-tui"]
99

1010
[workspace.package]
1111
edition = "2024"
12-
version = "0.9.0"
12+
version = "0.9.1"
1313
authors = ["Jose Storopoli <jose@storopoli.com>"]
1414
description = "A simple no-BS Dead Man's Switch"
1515
license = "AGPL-3.0-only"
1616
readme = "README.md"
1717

1818
[workspace.dependencies]
19-
dead-man-switch = { path = "crates/dead-man-switch", version = "0.9.0" }
19+
dead-man-switch = { path = "crates/dead-man-switch", version = "0.9.1" }
2020

2121
chrono = "0.4.42"
2222
zeroize = { version = "1.8.2", features = ["derive"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To do so you can add the following to your `Cargo.toml`:
110110

111111
```toml
112112
[dependencies]
113-
dead-man-switch = "0.9.0"
113+
dead-man-switch = "0.9.1"
114114
```
115115

116116
## Web Interface

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
msrv = pkgs.rust-bin.stable."1.86.0".default;
3636

37-
package_version = "0.9.0";
37+
package_version = "0.9.1";
3838

3939
buildInputs = with pkgs; [
4040
bashInteractive

0 commit comments

Comments
 (0)