diff --git a/Cargo.toml b/Cargo.toml index 16eaf2a..48ed05f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iotics-grpc-client" -version = "4.1.0" +version = "5.0.0" edition = "2021" description = "IOTICS gRPC client" license = "Apache-2.0" diff --git a/README.md b/README.md index 2d45cd2..e9a9252 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ IOTICS gRPC client in Rust. | iotics-grpc-client-rs | iotics-host | | ------------------------------ | ----------- | +| `iotics-grpc-client = "5.x.x"` | `>= 6` | | `iotics-grpc-client = "4.x.x"` | `>= 6` | | `iotics-grpc-client = "3.x.x"` | `>= 5` | | `iotics-grpc-client = "2.x.x"` | `>= 5` |