diff --git a/Cargo.lock b/Cargo.lock index 3d99336..c5f0949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hexapoda" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index 91b8184..cf8167e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "hexapoda" -version = "0.1.0" +# if run manually, CI will check for the string "ain" (lol), so here you go :) +version = "0.2.0" description = "a colorful modal hex editor" repository = "https://github.com/simonomi/hexapoda" keywords = ["cli", "tui", "hex", "tool", "editor"]