From 8609f175eb3ee797c7a83faed08d814c80c3f572 Mon Sep 17 00:00:00 2001 From: Michael Yuan Date: Mon, 29 Apr 2024 17:27:10 +0000 Subject: [PATCH] Update version for crate Signed-off-by: Michael Yuan --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c391d5..6505811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "qdrant_rest_client" -version = "0.0.4" +version = "0.1.0" license = "Apache-2.0" -description = "The Dapr SDK for WebAssembly." +description = "The Qdrant SDK for WebAssembly." repository = "https://github.com/second-state/qdrant-rest-client" authors = ["Michael Yuan "] readme = "README.md"