Skip to content

Commit 57aab50

Browse files
committed
v0.2.4
1 parent c3b9d9b commit 57aab50

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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/snapshots",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "The TypeScript SDK for the Saber Voting Escrow Snapshot system.",
55
"keywords": [
66
"solana",

programs/snapshots/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapshots"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances."
55
edition = "2021"
66
homepage = "https://saber.so"

programs/snapshots/math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "snapshots-math"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Calculations for voting escrow snapshots."
55
edition = "2021"
66
homepage = "https://saber.so"

0 commit comments

Comments
 (0)