Skip to content

Commit

Permalink
Merge pull request #82 from open-ibc/thomas/fix-version-matrix-in-docs
Browse files Browse the repository at this point in the history
doc: update readme to correct version compatibility matrix
  • Loading branch information
kenobijon authored Apr 22, 2024
2 parents aafb21f + a0aa1d8 commit 80a2927
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ Additionally Hardhat will be installed as a dev dependency with some useful plug
### Version compatibility

| IBC-App-Solidity | vIBC core | Polymer Registry |
|-------------------|-----------|-----------|
| v0.1.0 | v1.0.0 | X |
| v0.2.0 | v1.0.0 | v0.1.0* |
| v1.0.0 | v2.0.0 | X |
| v1.1.0 | Yes | v0.0.1 |
| IBC-App-Solidity | vIBC core | Polymer Registry | Supported? |
|-------------------|-----------|-----------| --------|
| v0.1.0 | v1.0.0 | X | Deprecated |
| v0.2.0 | v1.0.0 | v0.1.0* | Deprecated |
| v1.0.0 | v2.0.0 | v0.0.1 | Yes |
Note (*): v0.2.0 uses a [POC version](https://github.com/tmsdkeys/polymer-registry-poc/releases/tag/v0.1.0)

## ⚙️ Set up your environment and configuration

Expand Down

0 comments on commit 80a2927

Please sign in to comment.