diff --git a/Cargo.lock b/Cargo.lock index 0ebd67d..5656458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lsd" -version = "0.4.2-pre" +version = "0.5.0" 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 d8a5a4c..27e4ebd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license-file = "./LICENSE" name = "lsd" readme = "./README.md" repository = "https://github.com/Peltoche/lsd" -version = "0.5.0" +version = "0.5.1-pre" [dependencies] ansi_term = "0.11.0"