We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7278ce commit c5a3a8eCopy full SHA for c5a3a8e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@saberhq/merkle-distributor",
3
- "version": "0.3.3",
+ "version": "0.3.4",
4
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.",
5
"exports": {
6
".": {
programs/merkle-distributor/Cargo.toml
[package]
name = "merkle-distributor"
-version = "0.3.3"
+version = "0.3.4"
description = "A Solana program for distributing tokens according to a Merkle root."
edition = "2021"
homepage = "https://saber.so"
0 commit comments