From e2525b36429e5d2b52d282224e3b9c93b1c6f51e Mon Sep 17 00:00:00 2001 From: Edu4rdSHL Date: Sun, 9 May 2021 02:21:12 -0500 Subject: [PATCH] Bump version. Signed-off-by: Edu4rdSHL --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48a8bcc..981fe35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1269,7 +1269,7 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "unimap" -version = "0.2.0" +version = "0.3.0" dependencies = [ "atty", "chrono", diff --git a/Cargo.toml b/Cargo.toml index af9a7a5..f04a816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unimap" -version = "0.2.0" +version = "0.3.0" authors = ["Eduard Tolosa "] edition = "2018" description = "Scan only once by IP address and reduce scan times with Nmap for large amounts of data."