Increment version and update email

This commit is contained in:
Jon Moroney 2018-02-12 10:32:26 +01:00
parent 40c21b9cb3
commit c49f96523c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "ddh"
version = "0.7.0"
authors = ["Jon Moroney <j.moroney@cs.ru.nl>"]
version = "0.8.0"
authors = ["Jon Moroney <jmoroney@hawaii.edu>"]
[dependencies]
clap = "2.28.0"

View file

@ -53,7 +53,7 @@ impl Hash for Fileinfo{
fn main() {
let arguments = App::new("Directory Difference hTool")
.version("0.7.0")
.version("0.8.0")
.author("Jon Moroney jmoroney@cs.ru.nl")
.about("Compare and contrast directories.\nExample invocation: ddh /home/jon/downloads /home/jon/documents -p S")
.arg(Arg::with_name("directories")