From 3fd82bf7665679b022838ce121e86e3cbc6c72f4 Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Wed, 1 Aug 2018 20:16:44 +0200 Subject: [PATCH] Bump to version "0.1.1" --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fb35c8..25073dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "nmap-analyze" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clams 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 844016c..d2674ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmap-analyze" -version = "0.1.0" +version = "0.1.1" authors = ["Lukas Pustina "] description = "Analyzes nmap xml output and compares results with expected specification" repository = "https://github.com/lukaspustina/nmap-analyze.git"