summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-10-18 20:34:46 +0100
committerBen S <ogham@bsago.me>2015-10-18 20:34:46 +0100
commit8f4a2087e65d49d3ff04b697a463cd949c3422b1 (patch)
treec14511dd5c569c0967e813f4d2cc0e3bd086191d
parentcfc8df12b6dd679c4cd19e8307da7e031727efc9 (diff)
Version v0.4.0v0.4.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 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]]