diff --git a/Cargo.lock b/Cargo.lock index 1683b78..afb904d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "keyhunter" -version = "0.1.2" +version = "0.1.3" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index dda6598..8ecc58d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keyhunter" -version = "0.1.2" +version = "0.1.3" description = "Check for leaked API keys and secrets on public websites" license = "GPL-3.0" repository = "https://github.com/DonIsaac/keyhunter" diff --git a/README.md b/README.md index fefc938..b4f131c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ cargo install keyhunter --all-features You can also use it as a library: ```toml [dependencies] -keyhunter = "0.1.2" +keyhunter = "0.1.3" ``` Library docs are available on [docs.rs](https://docs.rs/keyhunter/).