diff --git a/Cargo.lock b/Cargo.lock index e7785f8..be09da8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lsd" -version = "0.7.0" +version = "0.7.1" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1ee8d65..355fd3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license-file = "./LICENSE" name = "lsd" readme = "./README.md" repository = "https://github.com/Peltoche/lsd" -version = "0.7.1" +version = "0.7.2-pre" [[bin]] name = "lsd"