From 3f3a81e54ca5562e57b6238a156918d6ae19d300 Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Mon, 17 Aug 2020 23:46:58 +0200 Subject: [PATCH] chore(version): version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"