diff --git a/Cargo.lock b/Cargo.lock index cba581d..152f075 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "snapshots" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anchor-lang", "anchor-spl", @@ -1054,7 +1054,7 @@ dependencies = [ [[package]] name = "snapshots-math" -version = "0.2.3" +version = "0.2.4" dependencies = [ "num-traits", ] diff --git a/package.json b/package.json index fb66d28..7c7aa88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saberhq/snapshots", - "version": "0.2.3", + "version": "0.2.4", "description": "The TypeScript SDK for the Saber Voting Escrow Snapshot system.", "keywords": [ "solana", diff --git a/programs/snapshots/Cargo.toml b/programs/snapshots/Cargo.toml index 1acf8dd..4ea998d 100644 --- a/programs/snapshots/Cargo.toml +++ b/programs/snapshots/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snapshots" -version = "0.2.3" +version = "0.2.4" description = "Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances." edition = "2021" homepage = "https://saber.so" diff --git a/programs/snapshots/math/Cargo.toml b/programs/snapshots/math/Cargo.toml index e40717a..1d1f862 100644 --- a/programs/snapshots/math/Cargo.toml +++ b/programs/snapshots/math/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snapshots-math" -version = "0.2.3" +version = "0.2.4" description = "Calculations for voting escrow snapshots." edition = "2021" homepage = "https://saber.so"