Skip to content

Commit c5a3a8e

Browse files
committed
v0.3.4
1 parent c7278ce commit c5a3a8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@saberhq/merkle-distributor",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.",
55
"exports": {
66
".": {

programs/merkle-distributor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "merkle-distributor"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
description = "A Solana program for distributing tokens according to a Merkle root."
55
edition = "2021"
66
homepage = "https://saber.so"

0 commit comments

Comments
 (0)