diff --git a/Cargo.toml b/Cargo.toml index ef21da5..70b7cff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arch-audit" -version = "0.1.2" +version = "0.1.3" 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 8890526..0e0c5b4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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")