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

This commit is contained in:
Peltoche 2018-11-25 17:46:07 +01:00
parent 7b8d552202
commit 7fed258f40
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

@ -98,7 +98,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "lsd" name = "lsd"
version = "0.1.0" version = "0.2.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)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -8,7 +8,7 @@ license-file = "./LICENSE"
name = "lsd" name = "lsd"
readme = "./README.md" readme = "./README.md"
repository = "https://github.com/Peltoche/lsd" repository = "https://github.com/Peltoche/lsd"
version = "0.2.0" version = "0.2.1-pre"
[metadata.deb] [metadata.deb]
assets = [["target/release/lsd", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]] assets = [["target/release/lsd", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]]