diff --git a/README.md b/README.md index e42d07d..3fe77d8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This allows the creation and communication of a large number of fault-tolerant n **Currently, Zenohex uses version 0.11.0 of Zenoh.** We recommend you use the same version to communicate with other Zenoh clients or routers since version compatibility is somewhat important for Zenoh. -Please also check the [release names](https://github.com/biyooon-ex/zenohex/releases) with the corresponding Zenoh version after the `+`. +Please also check the description on [Releases](https://github.com/biyooon-ex/zenohex/releases) about the corresponding Zenoh version. ### Installation @@ -43,7 +43,7 @@ You can install this package into your project by adding `zenohex` to your list defp deps do [ ... - {:zenohex, "~> 0.2.0"}, + {:zenohex, "~> 0.3.0"}, ... ] end