From 8a4b6579f7722f1a5a3080efee50398aeea8f84f Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Sat, 28 Jul 2018 17:02:11 +0200 Subject: [PATCH] Bump to version "0.0.3" --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 306bf54..5fd13b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "nmap-analyze" -version = "0.0.2" +version = "0.0.3" 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 ab0314a..ee82dc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmap-analyze" -version = "0.0.2" +version = "0.0.3" authors = ["Lukas Pustina "] description = "Analyzes nmap xml output and compares results with expected specification" repository = "https://github.com/lukaspustina/nmap-analyze.git"