diff --git a/Cargo.lock b/Cargo.lock index 891f042..8fb35c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -332,7 +332,7 @@ dependencies = [ [[package]] name = "nmap-analyze" -version = "0.0.4" +version = "0.1.0" 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 dd152e8..844016c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nmap-analyze" -version = "0.0.4" +version = "0.1.0" authors = ["Lukas Pustina "] description = "Analyzes nmap xml output and compares results with expected specification" repository = "https://github.com/lukaspustina/nmap-analyze.git"