summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2019-05-24 18:05:12 +0200
committerPeltoche <dev@halium.fr>2019-05-24 18:05:12 +0200
commit7b536ca8542b24b3ec7e29ae1dc9c538ef7867b2 (patch)
treef46d64e3557e1595c901b727ebab93a2b2544b24
parentc171e2e0103b2b1396f83875d6e0fcd276ad5591 (diff)
Release 0.15.10.15.1
-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 9131121..760faaf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -99,7 +99,7 @@ dependencies = [
[[package]]
name = "lsd"
-version = "0.15.0"
+version = "0.15.1"
dependencies = [
"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)",
diff --git a/Cargo.toml b/Cargo.toml
index 45b7d29..9e1f8b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
-version = "0.15.0"
+version = "0.15.1"
edition = "2018"
[[bin]]