diff --git a/Cargo.lock b/Cargo.lock
index 19329be2f28bfbfaa5d1a85bc7100158d7d2c2f8..6687b6c5894feffa3d2919e1bb9a345c30575178 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 6e49ced31af8ac06e0ac9b0a1bef6c2d08521421..341c722a7d6475851c2c868d99e8bd490720c0df 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 08bdd099ece67abff3f72f81810cb0ccf8af41e0..dda0e4bfd6cd4217324cc0844989ba25a45f7a53 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]