From 1ebfa0698e749c9003f54374f886c8337d9286cc Mon Sep 17 00:00:00 2001 From: Gregory Date: Mon, 18 May 2020 22:04:26 -0400 Subject: [PATCH] (cargo-release) version 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56532f2..2e340d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "ascii_table", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 44210ff..e4c2cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.3.0" +version = "0.3.1" authors = ["greg "] edition = "2018" license = "MIT"