diff --git a/Cargo.toml b/Cargo.toml index af38b1a..4419359 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol-trade-sdk" -version = "4.0.2" +version = "4.0.3" edition = "2021" authors = [ "William ", diff --git a/README.md b/README.md index 969cc29..3998082 100644 --- a/README.md +++ b/README.md @@ -101,14 +101,14 @@ Add the dependency to your `Cargo.toml`: ```toml # Add to your Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.2" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.3" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "4.0.2" +sol-trade-sdk = "4.0.3" ``` ## 🛠️ Usage Examples diff --git a/README_CN.md b/README_CN.md index d14b414..7d55dba 100755 --- a/README_CN.md +++ b/README_CN.md @@ -101,14 +101,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.2" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.3" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "4.0.2" +sol-trade-sdk = "4.0.3" ``` ## 🛠️ 使用示例