From 21b048d54e395ff9168e5c3037356a73797500ba Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Wed, 22 May 2024 06:17:38 -0400 Subject: [PATCH] docs: update wasmd compatibility versions with wasmvm (#1885) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0dfe6f..f7f1885f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The following table shows | wasmd | compatible | specified | | ------ | ---------- | ----------------------------------------------------------------- | -| 0.51.0 | 1.5.x | 1.5.2 | +| 0.51.0 | 2.0.x | [2.0.0](https://github.com/CosmWasm/wasmd/blob/v0.51.0/go.mod#L6) | | 0.50.0 | 1.5.x | [1.5.0](https://github.com/CosmWasm/wasmd/blob/v0.50.0/go.mod#L6) | | 0.45.0 | 1.5.x | [1.5.0](https://github.com/CosmWasm/wasmd/blob/v0.45.0/go.mod#L6) | | 0.44.0 | 1.5.x | [1.5.0](https://github.com/CosmWasm/wasmd/blob/v0.44.0/go.mod#L6) |