From 91edc11572807c4396a718ad4c989a84e0ee7152 Mon Sep 17 00:00:00 2001 From: Gregory Date: Wed, 10 Jun 2020 15:11:47 -0400 Subject: [PATCH] (cargo-release) version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "] edition = "2018" license = "MIT"