diff --git a/Cargo.toml b/Cargo.toml index 7338b7c..f9a9dcb 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-trade-sdk" -version = "0.5.7" +version = "0.6.0" edition = "2021" authors = [ "William ", diff --git a/README.md b/README.md index ba86ea3..2dc3c20 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ Add the dependency to your `Cargo.toml`: ```toml # Add to your Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.5.7" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.0" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "0.5.7" +sol-trade-sdk = "0.6.0" ``` ## Usage Examples diff --git a/README_CN.md b/README_CN.md index 2e63a99..bed7e05 100755 --- a/README_CN.md +++ b/README_CN.md @@ -33,14 +33,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.5.7" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.6.0" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "0.5.7" +sol-trade-sdk = "0.6.0" ``` ## 使用示例