[cosmwasm] pyth-sdk-cw update version v1.0.0 (#595)

* update version

* update contract version
This commit is contained in:
Dev Kalra 2023-02-14 20:22:14 +05:30 committed by GitHub
parent e841989fa2
commit 40e42a5b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -1251,7 +1251,7 @@ dependencies = [
[[package]]
name = "pyth-cosmwasm"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"bigint",
"byteorder",
@ -1304,7 +1304,7 @@ dependencies = [
[[package]]
name = "pyth-sdk-cw"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"cosmwasm-schema",
"cosmwasm-std",

View File

@ -1,6 +1,6 @@
[package]
name = "pyth-cosmwasm"
version = "0.1.0"
version = "1.0.0"
authors = ["Wormhole Contributors <contact@certus.one>"]
edition = "2018"
description = "Pyth price receiver"

View File

@ -34,5 +34,5 @@ cosmwasm-storage = { version = "1.0.0" }
cw-storage-plus = "0.13.4"
schemars = "0.8"
serde = { version = "1.0", default-features = false, features = ["derive"] }
pyth-sdk-cw = "0.1.0"
pyth-sdk-cw = "1.0.0"
cosmwasm-schema = "1.1.9"

View File

@ -1,6 +1,6 @@
[package]
name = "pyth-sdk-cw"
version = "0.1.0"
version = "1.0.0"
authors = ["Pyth Data Foundation"]
edition = "2018"
license = "Apache-2.0"

View File

@ -9,7 +9,7 @@ Add this crate to the dependencies section of your CosmWasm contract's `Cargo.to
```
[dependencies]
pyth-sdk-cw = "0.1.0"
pyth-sdk-cw = "1.0.0"
```
## Usage