summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2017-09-30 09:49:36 +0200
committerBenjamin Sago <ogham@bsago.me>2017-09-30 09:49:36 +0200
commit877265bf4e8f4c42afcab231e89ee4a83fe1409b (patch)
treef7e6a8df055f4e6b4706b920bb2cec07944dc148
parent1efb8a5113f1a5ffeb0af6fe4e7374502ac41712 (diff)
Version bump and releasev0.8.0
-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 31daa79..e7714ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "exa"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"datetime 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 927e72d..df81d90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "exa"
-version = "0.7.0"
+version = "0.8.0"
authors = [ "ogham@bsago.me" ]
description = "A modern replacement for ls"