diff --git a/README.md b/README.md index b732646..3d869f9 100644 --- a/README.md +++ b/README.md @@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`: ```toml # Add to your Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.4" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.5" } ``` ### Use crates.io ```toml # Add to your Cargo.toml -sol-trade-sdk = "3.6.4" +sol-trade-sdk = "3.6.5" ``` ## 🛠️ Usage Examples diff --git a/README_CN.md b/README_CN.md index 19365f2..67c1741 100755 --- a/README_CN.md +++ b/README_CN.md @@ -90,14 +90,14 @@ git clone https://github.com/0xfnzero/sol-trade-sdk ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.4" } +sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.5" } ``` ### 使用 crates.io ```toml # 添加到您的 Cargo.toml -sol-trade-sdk = "3.6.4" +sol-trade-sdk = "3.6.5" ``` ## 🛠️ 使用示例