diff --git a/Cargo.lock b/Cargo.lock index 01bc8ed..bf5936c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.4.3" +version = "0.4.4" dependencies = [ "ascii_table", "atty", diff --git a/Cargo.toml b/Cargo.toml index 2725956..8360074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.4.3" +version = "0.4.4" authors = ["greg <gregory.mkv@gmail.com>"] edition = "2018" license = "MIT"