Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpianista committed Sep 29, 2016
1 parent 0f58c6e commit 0df87cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arch-audit"
version = "0.1.2"
version = "0.1.3"
authors = ["Andrea Scarpino <me@andreascarpino.it>"]
description = "An utility like pkg-audit for Arch Linux based on Arch CVE Monitoring Team data"
repository = "https://github.com/ilpianista/arch-audit"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn main() {
env_logger::init().unwrap();

let args = App::new("arch-audit")
.version("0.1.2")
.version("0.1.3")
.arg(Arg::with_name("dbpath")
.short("b")
.long("dbpath")
Expand Down

0 comments on commit 0df87cb

Please sign in to comment.