diff --git a/Cargo.lock b/Cargo.lock index ef47330..f13b5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "siren" -version = "1.0.1" +version = "1.0.2" dependencies = [ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 42b9f53..3442284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "siren" -version = "1.0.1" +version = "1.0.2" authors = ["Alessio Biancalana "] description = "Your friendly neighborhood monitoring CLI tool." homepage = "https://github.com/dottorblaster/siren" @@ -13,4 +13,4 @@ ansi_term = "0.9.0" clap = "~2.19.0" serde = "1.0.11" serde_json = "1.0.2" -serde_derive = "1.0.11" \ No newline at end of file +serde_derive = "1.0.11" diff --git a/src/main.rs b/src/main.rs index 5583362..1f95781 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ fn read_sirenfile(sirenfile_path: String) -> Result { fn main() { let matches = App::new("Siren") - .version("1.0.1") + .version("1.0.2") .author("Alessio Biancalana ") .about("Your tiny friendly rusty neighborhood monitoring CLI tool") .arg(Arg::with_name("file")