From 70bab797dcb632965c2537838fb551b3b6e26df4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 12 Sep 2017 15:32:52 +0200 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]