From cca6da6759917825ac40e580bb2ca705513b3c08 Mon Sep 17 00:00:00 2001 From: clux Date: Tue, 19 Sep 2023 00:26:32 +0100 Subject: [PATCH] 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eb03ec..979294d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "whyq" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index dae74a7..80a9d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "yet another jq wrapper" authors = [ "clux ", ] -version = "0.8.0" +version = "0.8.1" license = "Apache-2.0" readme = "./README.md" repository = "https://github.com/clux/whyq"