diff --git a/Cargo.lock b/Cargo.lock index bf75db8..de67cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2556,7 +2556,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "nur" -version = "0.1.6" +version = "0.1.7" dependencies = [ "miette", "nu-cli", diff --git a/Cargo.toml b/Cargo.toml index 4494517..0f6d17f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nur" description = "nu run - simple taskrunner" -version = "0.1.6" +version = "0.1.7" edition = "2021" license = "MIT" homepage = "https://github.com/ddanier/nur"