diff --git a/Cargo.lock b/Cargo.lock index b797b52..f13e602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -645,7 +645,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "xshe" -version = "0.5.0" +version = "0.5.1" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index 41f0e1b..e13cc9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xshe" -version = "0.5.0" +version = "0.5.1" edition = "2021" description = "Set environment variables across multiple shells with a single configuration file." readme = "README.md"