From be55050604a7ba3e08dc4637e70d52b46a49c7c2 Mon Sep 17 00:00:00 2001
From: Linfeng Qian <thewawar@gmail.com>
Date: Thu, 11 Aug 2022 11:53:58 +0800
Subject: [PATCH] Bump up to v0.6.3

---
 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 4ef7f12..b550871 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -897,7 +897,7 @@ dependencies = [
 
 [[package]]
 name = "simple-http-server"
-version = "0.6.2"
+version = "0.6.3"
 dependencies = [
  "chrono",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 21840c4..d6dc911 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "simple-http-server"
-version = "0.6.2"
+version = "0.6.3"
 authors = ["thewawar <thewawar@gmail.com>"]
 license = "MIT"
 description = "Simple HTTP server"
diff --git a/README.md b/README.md
index dda0e4b..8d93678 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 ### Command Line Arguments
 ```
-Simple HTTP(s) Server 0.6.2
+Simple HTTP(s) Server 0.6.3
 
 USAGE:
     simple-http-server [FLAGS] [OPTIONS] [--] [root]
-- 
GitLab