From d320e286c1f16376fc3eb755db96e556cb9ea00d Mon Sep 17 00:00:00 2001 From: alice pellerin Date: Fri, 1 May 2026 23:44:17 -0500 Subject: [PATCH] fix version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1798c8..d2afcda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hexapoda" -version = "0.2.1" +version = "0.2.2" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 01d465b..ad48337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hexapoda" # if run manually, CI will check for the string "ain" (lol), so here you go :) -version = "0.2.1" +version = "0.2.2" description = "a colorful modal hex editor" repository = "https://github.com/simonomi/hexapoda" keywords = ["cli", "tui", "hex", "tool", "editor"]