From ed4fc9f6b5ca12b294ba5f96c814a46ffd7ac3c7 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Tue, 6 Oct 2020 22:00:56 -0500 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- fhc.1 | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39686d8..8d59435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "fhc" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 341a00c..c5887f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fhc" -version = "0.2.0" +version = "0.3.0" authors = ["Eduard Tolosa "] edition = "2018" description = "Fast HTTP Checker." diff --git a/fhc.1 b/fhc.1 index 67d918d..b8b6231 100644 --- a/fhc.1 +++ b/fhc.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. -.TH FHC "1" "October 2020" "FHC 0.2.0" "User Commands" +.TH FHC "1" "October 2020" "FHC 0.3.0" "User Commands" .SH NAME -FHC \- manual page for FHC 0.2.0 +FHC \- manual page for FHC 0.3.0 .SH DESCRIPTION -FHC 0.2.0 +FHC 0.3.0 Eduard Tolosa Fast HTTP Checker. .SS "USAGE:"