diff --git a/Cargo.lock b/Cargo.lock index 48e3236..1d34c6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "iptoasn-webservice" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.159 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e15fdd5..51a685c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iptoasn-webservice" description = "API server for iptoasn.com" -version = "0.2.1" +version = "0.2.2" homepage = "https://iptoasn.com" repository = "https://github.com/jedisct1/iptoasn-webservice" keywords = ["ip", "asn", "bgp"]