From 4c61361bfb270c0a13850de3c3a77fbfa4555295 Mon Sep 17 00:00:00 2001 From: Ben S Date: Fri, 5 Jun 2015 04:00:38 +0100 Subject: [PATCH] Version bump! --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f995dfe..6de9b2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "exa" -version = "0.2.0" +version = "0.3.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 e8f5939..bc7bf84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "exa" -version = "0.2.0" +version = "0.3.0" authors = [ "ogham@bsago.me" ] [[bin]]