From 877265bf4e8f4c42afcab231e89ee4a83fe1409b Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sat, 30 Sep 2017 09:49:36 +0200 Subject: [PATCH] Version bump and release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 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"