From d609f9bf432921098f62c7dedae04a4c89ed04ef Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 16 Jun 2019 15:03:12 +0200 Subject: [PATCH] Bump version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f185fb..6beaf3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "hoc" -version = "0.9.0" +version = "0.9.1" dependencies = [ "actix-web 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "badge 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a077853..ccaffdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoc" -version = "0.9.0" +version = "0.9.1" authors = ["Valentin Brandl "] edition = "2018" build = "build.rs"