Skip to content

Commit 2e39649

Browse files
committed
chore: release v3.6.1
Made-with: Cursor
1 parent 0201d34 commit 2e39649

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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-trade-sdk"
3-
version = "3.6.0"
3+
version = "3.6.1"
44
edition = "2021"
55
authors = [
66
"William <byteblock6@gmail.com>",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
9090

9191
```toml
9292
# Add to your Cargo.toml
93-
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.0" }
93+
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.1" }
9494
```
9595

9696
### Use crates.io
9797

9898
```toml
9999
# Add to your Cargo.toml
100-
sol-trade-sdk = "3.6.0"
100+
sol-trade-sdk = "3.6.1"
101101
```
102102

103103
## 🛠️ Usage Examples

0 commit comments

Comments
 (0)