Skip to content

Commit

Permalink
Update Hermes version to 0.3.0 in the guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere committed May 7, 2021
1 parent 4590755 commit 3e52c31
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mdBook is a utility to create modern online books from Markdown files.
This guide should be permanently deployed at its latest stable version at
[hermes.informal.systems](https://hermes.informal.systems).

Current version: `0.2.0`.
Current version: `0.3.0`.

The version of this guide is aligned with the [versioning of the ibc crates](../README.md).

Expand Down
2 changes: 1 addition & 1 deletion guide/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

# Hermes (v0.2.0)
# Hermes (v0.3.0)

---
- [Introduction](./index.md)
Expand Down
2 changes: 1 addition & 1 deletion guide/src/commands/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Hermes accepts global options which affect all commands.

```shell
hermes 0.2.0
hermes 0.3.0
Informal Systems <hello@informal.systems>
Implementation of `hermes`, an IBC Relayer developed in Rust.

Expand Down
2 changes: 1 addition & 1 deletion guide/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hermes Guide (v0.2.0)
# Hermes Guide (v0.3.0)

This guide can help you setup, configure, and operate Hermes to transfer
packets between two IBC enabled chains.
Expand Down
14 changes: 7 additions & 7 deletions guide/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ There are two main approaches for obtaining Hermes:

Simply head to the GitHub [Releases][releases] page and download the latest
version of Hermes binary matching your platform:
- MacOS: `hermes-v0.2.0-x86_64-apple-darwin.tar.gz` (or .zip),
- Linux: `hermes-v0.2.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip).
- MacOS: `hermes-v0.3.0-x86_64-apple-darwin.tar.gz` (or .zip),
- Linux: `hermes-v0.3.0-x86_64-unknown-linux-gnu.tar.gz` (or .zip).

The step-by-step instruction below should carry you through the whole process:

Expand Down Expand Up @@ -47,7 +47,7 @@ hermes version
```
```
hermes 0.2.0
hermes 0.3.0
```
## Install via Cargo
Expand Down Expand Up @@ -81,7 +81,7 @@ hermes version
```
```
hermes 0.2.0
hermes 0.3.0
```
## Build from source
Expand All @@ -103,10 +103,10 @@ cd ibc-rs
Go to the [ibc-rs releases](https://github.com/informalsystems/ibc-rs/releases) page to see what is the most recent release.
Then checkout the release, for example if the most recent release is `v0.2.0` then execute the command:
Then checkout the release, for example if the most recent release is `v0.3.0` then execute the command:
```shell
git checkout v0.2.0
git checkout v0.3.0
```
### Building with `cargo build`
Expand Down Expand Up @@ -141,7 +141,7 @@ If you run the `hermes` without any additional parameters you should see the usa
```
```
hermes 0.2.0
hermes 0.3.0
Informal Systems <hello@informal.systems>
USAGE:
Expand Down

0 comments on commit 3e52c31

Please sign in to comment.