From 0d2aceb6b80e1bda3f5e10a69e058a049035f8cf Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Thu, 21 Nov 2024 22:11:35 +0800 Subject: [PATCH] version: bump to `0.1.2` Signed-off-by: Xin Liu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a19a413..e09b4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant_rest_client" -version = "0.1.1" +version = "0.1.2" license = "Apache-2.0" description = "The Qdrant SDK for WebAssembly." repository = "https://github.com/second-state/qdrant-rest-client"