diff --git a/Cargo.lock b/Cargo.lock index fc8cb69..b6a04d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,7 +471,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "microserver" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3e1d2a3..0c923c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "microserver" description = "Simple ad-hoc server with SPA support based on Warp!. Excellent for testing React, Angular, Vue apps and the like." -version = "0.1.7" +version = "0.1.8" authors = ["Roberto Huertas "] edition = "2018" license = "MIT"