diff options
author | Benjamin Sago <ogham@bsago.me> | 2017-05-18 00:07:22 +0100 |
---|---|---|
committer | Benjamin Sago <ogham@bsago.me> | 2017-05-18 00:07:22 +0100 |
commit | dec445af8f84671d7415ae0d7c8607b1a85536fd (patch) | |
tree | 1291268ce2e97fa2f1a888ed1c51ff91fada77c7 | |
parent | 04d33ac1cda3502f933b73341cc32333596d8297 (diff) |
Version bump to 0.6.0v0.6.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | contrib/man/exa.1 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ [root] name = "exa" -version = "0.5.0" +version = "0.6.0" dependencies = [ "ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "exa" -version = "0.5.0" +version = "0.6.0" authors = [ "ogham@bsago.me" ] [[bin]] diff --git a/contrib/man/exa.1 b/contrib/man/exa.1 index 11104c6..4aecccd 100644 --- a/contrib/man/exa.1 +++ b/contrib/man/exa.1 @@ -1,5 +1,5 @@ .hy -.TH "exa" "1" "2017\-05\-06" "exa 0.5.0" "" +.TH "exa" "1" "2017\-05\-17" "exa 0.6.0" "" .SH NAME .PP exa \- a modern replacement for ls |