Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 28, 2022
1 parent 35defc6 commit bbc5930
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@saberhq/merkle-distributor",
"version": "0.2.5",
"version": "0.2.6",
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"keywords": [
"solana",
"blockchain",
"airdrop"
"airdrop",
"saber"
],
"bugs": {
"url": "https://github.com/saber-hq/merkle-distributor/issues",
Expand Down
2 changes: 1 addition & 1 deletion programs/merkle-distributor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merkle-distributor"
version = "0.2.5"
version = "0.2.6"
description = "A Solana program for distributing tokens according to a Merkle root."
edition = "2021"
homepage = "https://saber.so"
Expand Down

0 comments on commit bbc5930

Please sign in to comment.