diff --git a/README.md b/README.md index 6fe68ec..a21d70e 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.3" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.7" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "4.0.3" +sol-trade-sdk = "4.0.7" ``` ## 🛠️ Usage Examples diff --git a/README_CN.md b/README_CN.md index a8b05f2..42a0305 100755 --- a/README_CN.md +++ b/README_CN.md @@ -102,14 +102,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.3" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "4.0.7" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "4.0.3" +sol-trade-sdk = "4.0.7" ``` ## 🛠️ 使用示例