From 85f8375f89976e8b0f0540f6cee8e82a77f16333 Mon Sep 17 00:00:00 2001 From: jihchi Date: Fri, 22 Oct 2021 13:12:35 +0800 Subject: [PATCH] Bump version to 1.0.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a542d4f..7e18c6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "kq" -version = "1.0.4" +version = "1.0.6" dependencies = [ "assert_cmd", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 07640a3..71a845d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kq" -version = "1.0.4" +version = "1.0.6" edition = "2021" description = "A jq-like cli tool that can query and transform kdl right in the command line" documentation = "https://crates.io/crates/kq"