From 8f4a2087e65d49d3ff04b697a463cd949c3422b1 Mon Sep 17 00:00:00 2001 From: Ben S Date: Sun, 18 Oct 2015 20:34:46 +0100 Subject: [PATCH] Version v0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cc783b..b41574a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "exa" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ansi_term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 93919be..0e0fd8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exa" -version = "0.3.0" +version = "0.4.0" authors = [ "ogham@bsago.me" ] [[bin]]