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"