From 0968cc7e7a87a6076b3177b558b8afb3b97129ee Mon Sep 17 00:00:00 2001 From: Devashish Dixit Date: Mon, 29 Jul 2024 04:05:23 +0800 Subject: [PATCH] Prepare for minor release --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df14f38..2babb9c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To use `tonic-web-wasm-client`, you need to add the following to your `Cargo.tom ```toml [dependencies] -tonic-web-wasm-client = "0.5" +tonic-web-wasm-client = "0.6" ``` ### Example diff --git a/src/lib.rs b/src/lib.rs index 848f7ca..50e726a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,7 @@ //! //! ```toml //! [dependencies] -//! tonic-web-wasm-client = "0.5" +//! tonic-web-wasm-client = "0.6" //! ``` //! //! ## Example