From a57d6f955147599ce9691bc68a7e996e68b82e3a Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 14 Aug 2023 18:36:07 -0400 Subject: [PATCH] Bump version to 0.0.6 --- Cargo.toml | 4 ++-- flake.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a24b24c..73d2452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runwhen" -version = "0.0.5" +version = "0.0.6" authors = ["Jeremy Wall "] description = "Runs a command on user specified triggers." repository = "https://github.com/zaphar/runwhen" @@ -14,4 +14,4 @@ notify = "4.0.17" [dependencies.clap] version = "3.2.17" -features = [ "cargo" ] \ No newline at end of file +features = [ "cargo" ] diff --git a/flake.nix b/flake.nix index b8c3ec9..71fd477 100644 --- a/flake.nix +++ b/flake.nix @@ -26,9 +26,9 @@ defaultPackage = with pkgs; naersk-lib.buildPackage rec { pname = "runwhen"; - version = "0.0.4"; + version = "0.0.6"; src = ./.; cargoBuildOptions = opts: opts ++ ["-p" "${pname}" ]; }; }); -} \ No newline at end of file +}