From 774f22e40588ab45fb3cbc3a4a8e574e3f0440c4 Mon Sep 17 00:00:00 2001 From: Johannes Naylor Date: Mon, 19 Aug 2024 16:42:15 +0200 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 671580f..d521627 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "sherlock" -version = "0.1.0" +version = "1.0.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 241c80e..ed24fe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sherlock" description = "🔍 Hunt down social media accounts by username across social networks" authors = ["Johannes Naylor "] license = "MIT" -version = "0.1.0" +version = "1.0.0" edition = "2021" readme = "README.md" repository = "https://github.com/jonaylor89/sherlock-rs"