Skip to content

Commit de6ba70

Browse files
committed
v0.2.2
1 parent efcd5a4 commit de6ba70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.1",
3+
"version": "0.2.2",
44
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.",
55
"main": "dist/index.js",
66
"keywords": [

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

0 commit comments

Comments
 (0)