Skip to content

Commit

Permalink
Prepare for minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Jul 28, 2024
1 parent 46b9051 commit 0968cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! tonic-web-wasm-client = "0.5"
//! tonic-web-wasm-client = "0.6"
//! ```
//!
//! ## Example
Expand Down

0 comments on commit 0968cc7

Please sign in to comment.