From b2804c43255474b69acb4c0edcef11992901c476 Mon Sep 17 00:00:00 2001
From: Linfeng Qian <thewawar@gmail.com>
Date: Tue, 19 Jul 2022 10:55:22 +0800
Subject: [PATCH] Bump up to 0.6.2

---
 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 README.md  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 19329be..6687b6c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -907,7 +907,7 @@ dependencies = [
 
 [[package]]
 name = "simple-http-server"
-version = "0.6.1"
+version = "0.6.2"
 dependencies = [
  "chrono",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 6e49ced..341c722 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "simple-http-server"
-version = "0.6.1"
+version = "0.6.2"
 authors = ["thewawar <thewawar@gmail.com>"]
 license = "MIT"
 description = "Simple HTTP server"
diff --git a/README.md b/README.md
index 08bdd09..dda0e4b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 ### Command Line Arguments
 ```
-Simple HTTP(s) Server 0.6.1
+Simple HTTP(s) Server 0.6.2
 
 USAGE:
     simple-http-server [FLAGS] [OPTIONS] [--] [root]
-- 
GitLab