solana-meme-kit 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,7 +73,7 @@ bun test
73
73
  - [x] Meteora DLMM Integration
74
74
  - [x] Raydium CPMM Integration
75
75
  - [x] Raydium AMM (Legacy) Integration
76
- - [ ] Jito Bundle Support (Mainnet)
76
+ - [x] Jito Bundle Support (Mainnet)
77
77
 
78
78
  ## 📄 License
79
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-meme-kit",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "The abstracted shovel for launching professional Solana tokens. Automated Low-Cost OpenBook Markets and Jito Bundles.",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",