From e0f89e1a8541e6ebc2e439da912fcabfc433eff4 Mon Sep 17 00:00:00 2001 From: nathan <57812141+ndd7xv@users.noreply.github.com> Date: Sat, 3 Sep 2022 13:55:35 -0400 Subject: [PATCH] release: 0.2.0 (#28) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3a7416..ce1905b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "heh" -version = "0.1.1" +version = "0.2.0" dependencies = [ "arboard", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7e6bd30..8e1a6a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heh" -version = "0.1.1" +version = "0.2.0" edition = "2021" description = "A cross-platform terminal UI used for modifying file data in hex or ASCII." readme = "README.md"