From 651d8c4f6cf0f33e98821c48cafac875c4be0e07 Mon Sep 17 00:00:00 2001 From: Abdulla Abdurakhmanov Date: Mon, 7 Aug 2023 17:05:28 +0200 Subject: [PATCH] Release up --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 040c8ec..881bbba 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Library provides a simple API for Google Firestore based on the official gRPC AP Cargo.toml: ```toml [dependencies] -firestore = "0.32" +firestore = "0.33" ``` ## Examples