Skip to content

Commit

Permalink
chore: bump to v0.3.1 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Jul 1, 2024
1 parent fee42b6 commit 3a398d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "dead-man-switch"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Jose Storopoli <[email protected]>"]
description = "A simple no-BS Dead Man's Switch"
Expand Down
2 changes: 1 addition & 1 deletion build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

let
pname = "dead-man-switch";
version = "0.3.0";
version = "0.3.1";

buildRustPackage = rustPlatform.buildRustPackage.override {
rustc = rust;
Expand Down

0 comments on commit 3a398d0

Please sign in to comment.