Skip to content

Commit c46c881

Browse files
committed
Minor version
1 parent d8d263d commit c46c881

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/sol-anchor-contract/programs/sol-anchor-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sol-anchor-contract"
3-
version = "0.1.1"
3+
version = "0.1.0"
44
description = "Created with Anchor"
55
rust-version = "1.60"
66
edition = "2021"

examples/sol-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "example-sol-contract"
3-
version = "0.1.1"
3+
version = "0.1.0"
44
authors = ["Pyth Data Foundation"]
55
edition = "2021"
66

pyth-sdk-solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk-solana"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"

pyth-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)