Skip to content

Commit

Permalink
Bump 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Aug 20, 2017
1 parent 1eff162 commit 3407c1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "siren"
version = "1.0.1"
version = "1.0.2"
authors = ["Alessio Biancalana <dottorblaster@gmail.com>"]
description = "Your friendly neighborhood monitoring CLI tool."
homepage = "https://github.com/dottorblaster/siren"
Expand All @@ -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"
serde_derive = "1.0.11"
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn read_sirenfile(sirenfile_path: String) -> Result<String, IoError> {

fn main() {
let matches = App::new("Siren")
.version("1.0.1")
.version("1.0.2")
.author("Alessio Biancalana <dottorblaster@gmail.com>")
.about("Your tiny friendly rusty neighborhood monitoring CLI tool")
.arg(Arg::with_name("file")
Expand Down

0 comments on commit 3407c1e

Please sign in to comment.