diff --git a/Cargo.lock b/Cargo.lock index 266ef7f..bed12f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ dependencies = [ [[package]] name = "envhub" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 63635fd..a9e3f5b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "envhub" readme = "../../README.md" repository = "https://github.com/tsirysndr/envhub" -version = "0.2.1" +version = "0.2.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flake.nix b/flake.nix index 8cfdaf9..5bc6010 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ inherit src; pname = "envhub"; - version = "0.2.1"; + version = "0.2.2"; cargoExtraArgs = "--package=envhub"; buildInputs = [