From e8cda29fc6eaba2938c45b4abfb84cbe5d1d6f9c Mon Sep 17 00:00:00 2001 From: Peltoche Date: Tue, 4 Dec 2018 14:55:32 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.6.1-pre --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2f0d99..bdeecf7 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.5.1-pre" +version = "0.6.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 ba5531a..2d992a2 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.6.0" +version = "0.6.1-pre" [dependencies] ansi_term = "0.11.0"