Skip to content

Commit

Permalink
Merge pull request #53 from biyooon-ex/rererevert_version_number
Browse files Browse the repository at this point in the history
fix about the corresponding Zenoh version
  • Loading branch information
takasehideki authored Jun 27, 2024
2 parents 1c3db06 + f8f1eb0 commit 82399a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 82399a0

Please sign in to comment.