(cargo-release) start next development iteration 0.11.1-pre

This commit is contained in:
Peltoche 2018-12-20 17:31:20 +01:00
parent 68b2bd9747
commit d1fdee3725
No known key found for this signature in database
GPG key ID: CED68D0487156952
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -84,7 +84,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "lsd" name = "lsd"
version = "0.10.1-pre" version = "0.11.0"
dependencies = [ dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "chrono-humanize 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "lsd" name = "lsd"
readme = "./README.md" readme = "./README.md"
repository = "https://github.com/Peltoche/lsd" repository = "https://github.com/Peltoche/lsd"
version = "0.11.0" version = "0.11.1-pre"
[[bin]] [[bin]]
name = "lsd" name = "lsd"