From 3645f088c8a22f568d2d372e83c1554e8f8e2ac8 Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Mon, 13 Feb 2023 16:32:06 +0100 Subject: [PATCH] Bump patch version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fe580e0..727ce192 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "hexerator" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 615e5b1b..e8d7b9ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexerator" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT OR Apache-2.0"