From 150ff05048cb72a10fcf552699215d3867142ec2 Mon Sep 17 00:00:00 2001 From: alice pellerin Date: Fri, 1 May 2026 16:49:15 -0500 Subject: [PATCH] fix version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5f0949..d1798c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hexapoda" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index a40bd63..1855b1f 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.0" +version = "0.2.1" description = "a colorful modal hex editor" repository = "https://github.com/simonomi/hexapoda" keywords = ["cli", "tui", "hex", "tool", "editor"]