summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-11-25 17:46:07 +0100
committerPeltoche <dev@halium.fr>2018-11-25 17:46:07 +0100
commit7fed258f40dcb0437efcee80307cbd7a9822f151 (patch)
tree00418dfaf159f38d9f715098c14da3817f15c384
parent7b8d552202538fd9b6851d5164512e446eb228b5 (diff)
(cargo-release) start next development iteration 0.2.1-pre
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0453e2..15040fa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -98,7 +98,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lsd"
-version = "0.1.0"
+version = "0.2.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 975018d..a03dabc 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.2.0"
+version = "0.2.1-pre"
[metadata.deb]
assets = [["target/release/lsd", "usr/bin/", "755"], ["README.md", "usr/share/doc/cargo-deb/README", "644"]]