Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 1, 2022
1 parent 201a27b commit f5978c1
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,8 +1,9 @@
{
"name": "@saberhq/merkle-distributor",
"version": "0.2.3",
"version": "0.2.4",
"description": "TypeScript SDK for a Solana program for distributing tokens according to a Merkle root.",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"keywords": [
"solana",
"blockchain",
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.3"
version = "0.2.4"
description = "A Solana program for distributing tokens according to a Merkle root."
edition = "2021"
homepage = "https://saber.so"
Expand Down

0 comments on commit f5978c1

Please sign in to comment.