diff --git a/target_chains/cosmwasm/Cargo.lock b/target_chains/cosmwasm/Cargo.lock index 4ca106e1d5..f45d02cbe9 100644 --- a/target_chains/cosmwasm/Cargo.lock +++ b/target_chains/cosmwasm/Cargo.lock @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "pyth-cosmwasm" -version = "1.2.0" +version = "1.3.0" dependencies = [ "bigint", "byteorder", diff --git a/target_chains/cosmwasm/contracts/pyth/Cargo.toml b/target_chains/cosmwasm/contracts/pyth/Cargo.toml index 90a45310fe..7d716d5e4e 100644 --- a/target_chains/cosmwasm/contracts/pyth/Cargo.toml +++ b/target_chains/cosmwasm/contracts/pyth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-cosmwasm" -version = "1.2.0" +version = "1.3.0" authors = ["Wormhole Contributors "] edition = "2018" description = "Pyth price receiver"