Bump version to v0.0.8

This commit is contained in:
Jeremy Wall 2023-08-17 19:01:17 -04:00
parent 2f0ea778b6
commit b69af94e5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "runwhen"
version = "0.0.7"
version = "0.0.8"
authors = ["Jeremy Wall <jeremy@marzhillstudios.com>"]
description = "Runs a command on user specified triggers."
repository = "https://github.com/zaphar/runwhen"

View File

@ -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}" ];
};