bump version to 0.4.0
2 files changed, 2 insertions(+), 2 deletions(-)

M Cargo.toml
M README.md
M Cargo.toml +1 -1
@@ 1,6 1,6 @@ 
 [package]
 name = "tokio-hglib"
-version = "0.3.0"
+version = "0.4.0"
 authors = ["Yuya Nishihara <yuya@tcha.org>"]
 description = "Tokio-based async client library for Mercurial command server"
 readme = "README.md"

          
M README.md +1 -1
@@ 12,7 12,7 @@ Add this to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-tokio-hglib = "0.3"
+tokio-hglib = "0.4"
 ```
 
 For usage, please consult some examples in `examples/*.rs`.