From 2c6d0f522fe49b4c809a4286dd187f7ada270dcc Mon Sep 17 00:00:00 2001 From: CyberHoward <88450409+CyberHoward@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:46:56 +0200 Subject: [PATCH] Update version in README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 26f3cd9..69ae1a5 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,17 @@ A collection of [CosmWasm][1] utilities and helper libraries. +> These packages are compatible with CosmWasm `1.x` for all versions `<2.0`. + ## Contents | Crate | Version | Description | | ------------------------ | ------- | ----------------------------------------------------------------------- | -| [cw-address-like][2] | v1.0.4 | A trait that marks unchecked or checked address strings | -| [cw-item-set][3] | v0.7.1 | Set of non-duplicate items for storage | -| [cw-optional-indexes][4] | v0.1.1 | Index types for `IndexedMap` where an item may or may not have an index | -| [cw-ownable][5] | v0.5.1 | Utility for controlling contract ownership | -| [cw-paginate][6] | v0.2.1 | Helper function for interating maps | +| [cw-address-like][2] | v2.0.0 | A trait that marks unchecked or checked address strings | +| [cw-item-set][3] | v2.0.0 | Set of non-duplicate items for storage | +| [cw-optional-indexes][4] | v2.0.0 | Index types for `IndexedMap` where an item may or may not have an index | +| [cw-ownable][5] | v2.0.0 | Utility for controlling contract ownership | +| [cw-paginate][6] | v2.0.0 | Helper function for interating maps | ## License