diff --git a/Cargo.lock b/Cargo.lock index 228fc12..cae0300 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -631,7 +631,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "gauge" -version = "0.1.3" +version = "0.1.6" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/package.json b/package.json index 54938f7..3cacdfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quarryprotocol/gauge", - "version": "0.1.5", + "version": "0.1.6", "description": "The TypeScript SDK for Quarry Gauge.", "keywords": [ "solana", diff --git a/programs/gauge/Cargo.toml b/programs/gauge/Cargo.toml index a2b384a..4a1df94 100644 --- a/programs/gauge/Cargo.toml +++ b/programs/gauge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gauge" -version = "0.1.3" +version = "0.1.6" description = "Allows Tribeca Voting Escrows to vote on token allocations between different Quarries." edition = "2021" homepage = "https://quarry.so"