From aa5e279a0ef1e394f8e2ca1ca42577ce65e3fa92 Mon Sep 17 00:00:00 2001 From: sitkevij <1553398+sitkevij@users.noreply.github.com> Date: Sat, 28 Aug 2021 12:52:53 -0700 Subject: [PATCH] #60 chore: increment release version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4407e28..7343a34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "hx" -version = "0.4.1" +version = "0.4.2" dependencies = [ "ansi_term 0.12.1", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 78069bf..88caf11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ include = ["src/**/*","Cargo.toml","Cargo.lock", "README.md"] license = "MIT" name = "hx" readme ="README.md" -version = "0.4.1" +version = "0.4.2" edition = "2018" # see https://doc.rust-lang.org/cargo/reference/manifest.html