diff --git a/Cargo.toml b/Cargo.toml index 50486f4..84791bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runwhen" -version = "0.0.7" +version = "0.0.8" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen" diff --git a/flake.nix b/flake.nix index 87ec257..cdfd33a 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ inherit flake-compat; defaultPackage = naersk-lib.buildPackage rec { pname = "runwhen"; - version = "0.0.6"; + version = "0.0.8"; src = ./.; cargoBuildOptions = opts: opts ++ ["-p" "${pname}" ]; };