diff --git a/Cargo.lock b/Cargo.lock index 5b55d79..4dedb25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ dependencies = [ [[package]] name = "nginx-config-mod" -version = "0.2.2" +version = "0.2.3" dependencies = [ "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1a476eb..2f91a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" keywords = ["command-line", "nginx", "config", "rewrite", "modify"] categories = ["command-line-utilities"] homepage = "http://github.com/tailhook/nginx-config-mod" -version = "0.2.2" +version = "0.2.3" authors = ["Paul Colomiets "] [dependencies]