Skip to content

Commit 1bffff4

Browse files
committed
v0.3.5
1 parent c5a3a8e commit 1bffff4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4",
3+
"version": "0.3.5",
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.4"
3+
version = "0.3.5"
44
description = "A Solana program for distributing tokens according to a Merkle root."
55
edition = "2021"
66
homepage = "https://saber.so"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ __metadata:
299299
tslib: ^2.4.0
300300
typescript: ^4.7.3
301301
peerDependencies:
302-
"@project-serum/anchor": ">=0.22"
302+
"@project-serum/anchor": ">=0.24"
303303
"@saberhq/anchor-contrib": ^1.13
304304
"@saberhq/solana-contrib": ^1.13
305305
"@saberhq/token-utils": ^1.13

0 commit comments

Comments
 (0)