diff --git a/Cargo.lock b/Cargo.lock index 84700a7..50cb634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "cw-asset" -version = "0.3.3" +version = "0.3.4" dependencies = [ "astroport", "cosmwasm-std", diff --git a/Cargo.toml b/Cargo.toml index 3d51545..cfc80be 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 = "0.3.3" +version = "0.3.4" authors = ["larry "] edition = "2018" license = "GPL-3.0-or-later"