From 989d05092c6c7eccc63f89cecb74dedd8bd7fabb Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Sun, 24 Oct 2021 16:48:18 -0700 Subject: [PATCH] bump crate versions --- columnq-cli/Cargo.toml | 2 +- roapi-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/columnq-cli/Cargo.toml b/columnq-cli/Cargo.toml index 4dc7ef6..d01554f 100644 --- a/columnq-cli/Cargo.toml +++ b/columnq-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "columnq-cli" -version = "0.1.3" +version = "0.1.4" homepage = "https://github.com/roapi/roapi" license = "MIT" readme = "README.md" diff --git a/roapi-http/Cargo.toml b/roapi-http/Cargo.toml index ba24fde..7ec7dc6 100644 --- a/roapi-http/Cargo.toml +++ b/roapi-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "roapi-http" -version = "0.4.3" +version = "0.4.4" authors = ["QP Hou "] homepage = "https://github.com/roapi/roapi" license = "MIT"