From 7cd9ec7e03416fd7bff6405aa0bb4e6d4ad36b45 Mon Sep 17 00:00:00 2001 From: Dev Kalra Date: Tue, 25 Jul 2023 18:49:31 +0530 Subject: [PATCH] [cosmwasm] bump version (#977) * bump version * pre commit fix --- target_chains/cosmwasm/Cargo.lock | 2 +- target_chains/cosmwasm/contracts/pyth/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"