From 5cb3460ef403a439964864b6992a98d971771d89 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Mon, 7 Jan 2019 03:28:39 +0100 Subject: [PATCH] Release v0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19383af0..632f2ca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2398,7 +2398,7 @@ dependencies = [ [[package]] name = "sn0int" -version = "0.7.0" +version = "0.8.0" dependencies = [ "base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "boxxy 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7be4d9af..2dc82007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sn0int" -version = "0.7.0" +version = "0.8.0" description = "Semi-automatic OSINT framework and package manager" authors = ["kpcyrd "] license = "GPL-3.0"