From f7d612700ce58acbee45a211b9cdca2693648817 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Fri, 7 Oct 2016 08:31:10 +0200 Subject: [PATCH] Release 0.1.4 --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70b7cff..fc7b881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arch-audit" -version = "0.1.3" +version = "0.1.4" authors = ["Andrea Scarpino "] description = "An utility like pkg-audit for Arch Linux based on Arch CVE Monitoring Team data" repository = "https://github.com/ilpianista/arch-audit" diff --git a/src/main.rs b/src/main.rs index 6a4e2bf..8cd6320 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ fn main() { env_logger::init().unwrap(); let args = App::new("arch-audit") - .version("0.1.3") + .version("0.1.4") .arg(Arg::with_name("dbpath") .short("b") .long("dbpath")