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"