diff --git a/Cargo.lock b/Cargo.lock index 3f553f7..31b6a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "testproxy" -version = "0.0.1" +version = "0.0.2" dependencies = [ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3ca78bb..dbad515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "testproxy" description = "Tool for end-to-end testing of proxy servers" repository = "https://github.com/sonertari/TestProxy" homepage = "https://github.com/sonertari/TestProxy" -version = "0.0.1" +version = "0.0.2" authors = ["Soner Tari "] keywords = ["testproxy", "testing", "proxy", "end-to-end"] categories = ["development-tools::testing", "network-programming", "command-line-utilities"]