Skip to content

Commit 715b1d2

Browse files
docs: update version references to v1.4.0
1 parent ba4c96e commit 715b1d2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ import mcp.protobuf.annotations_pb2 # noqa: F401
103103

104104
```toml
105105
[dependencies]
106-
mcp-protobuf = "1.3.3" # or cargo add mcp-protobuf for latest
106+
mcp-protobuf = "1.4.0" # or cargo add mcp-protobuf for latest
107107
```
108108

109109
## Quick Start

mcp/protobuf/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Use the version matching the [grpc-mcp-gateway release](https://github.com/macha
1010
# Latest
1111
pip install grpc-mcp-gateway-protos
1212

13-
# Or pin to a specific release (e.g. v1.3.3)
14-
pip install grpc-mcp-gateway-protos==1.3.3
13+
# Or pin to a specific release (e.g. v1.4.0)
14+
pip install grpc-mcp-gateway-protos==1.4.0
1515
```
1616

1717
## What's included

mcp/protobuf/rust/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Or add to `Cargo.toml` (replace with the version from the latest release):
1414

1515
```toml
1616
[dependencies]
17-
mcp-protobuf = "1.3.3" # check crates.io for latest
17+
mcp-protobuf = "1.4.0" # check crates.io for latest
1818
```
1919

2020
## What's included

0 commit comments

Comments
 (0)