diff --git a/Cargo.lock b/Cargo.lock index 4352097..7ccc3f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "cw-asset" -version = "1.0.1" +version = "1.0.2" dependencies = [ "astroport", "cosmwasm-std", diff --git a/Cargo.toml b/Cargo.toml index 87dad30..965faaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cw-asset" description = "Helper library for interacting with Cosmos assets (SDK coins and CW20 tokens)" -version = "1.0.1" +version = "1.0.2" authors = ["larry "] edition = "2018" license = "GPL-3.0-or-later"