diff --git a/Cargo.lock b/Cargo.lock index 5216dbd..e75088a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,7 +440,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.3.2" +version = "0.4.0" dependencies = [ "ascii_table", "atty", diff --git a/Cargo.toml b/Cargo.toml index a53df02..35b07b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.3.2" +version = "0.4.0" authors = ["greg <gregory.mkv@gmail.com>"] edition = "2018" license = "MIT"