From 704cba60ed87955eda8267dc8182973e99d08aed Mon Sep 17 00:00:00 2001 From: Larry Jarry Date: Sun, 17 Apr 2022 10:22:54 +0800 Subject: [PATCH] v5.0.1 --- Cargo.lock | 12 ++++++------ package.json | 2 +- programs/quarry-merge-mine/Cargo.toml | 2 +- programs/quarry-mine/Cargo.toml | 2 +- programs/quarry-mint-wrapper/Cargo.toml | 2 +- programs/quarry-operator/Cargo.toml | 2 +- programs/quarry-redeemer/Cargo.toml | 2 +- programs/quarry-registry/Cargo.toml | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd73845c..a994d8db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "quarry-merge-mine" -version = "5.0.0" +version = "5.0.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1022,7 +1022,7 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "5.0.0" +version = "5.0.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1038,7 +1038,7 @@ dependencies = [ [[package]] name = "quarry-mint-wrapper" -version = "5.0.0" +version = "5.0.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "quarry-operator" -version = "5.0.0" +version = "5.0.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1059,7 +1059,7 @@ dependencies = [ [[package]] name = "quarry-redeemer" -version = "5.0.0" +version = "5.0.1" dependencies = [ "anchor-lang", "anchor-spl", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "quarry-registry" -version = "5.0.0" +version = "5.0.1" dependencies = [ "anchor-lang", "quarry-mine", diff --git a/package.json b/package.json index f5fe2145..d0ffd502 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quarryprotocol/quarry-sdk", - "version": "5.0.0", + "version": "5.0.1", "description": "Quarry Protocol SDK", "keywords": [ "solana", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index b3cf557d..54759898 100644 --- a/programs/quarry-merge-mine/Cargo.toml +++ b/programs/quarry-merge-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-merge-mine" -version = "5.0.0" +version = "5.0.1" description = "Mines multiple quarries at the same time" homepage = "https://quarry.so" repository = "https://github.com/QuarryProtocol/quarry" diff --git a/programs/quarry-mine/Cargo.toml b/programs/quarry-mine/Cargo.toml index 517695c2..81fdaa66 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mine" -version = "5.0.0" +version = "5.0.1" description = "Distributes liquidity mining rewards to token stakers" edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-mint-wrapper/Cargo.toml b/programs/quarry-mint-wrapper/Cargo.toml index 13129588..ed4c35d3 100644 --- a/programs/quarry-mint-wrapper/Cargo.toml +++ b/programs/quarry-mint-wrapper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mint-wrapper" -version = "5.0.0" +version = "5.0.1" description = "Mints tokens to authorized accounts" edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-operator/Cargo.toml b/programs/quarry-operator/Cargo.toml index 4472ac17..74c81112 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-operator" -version = "5.0.0" +version = "5.0.1" description = "Delegates Quarry Rewarder authority roles." edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-redeemer/Cargo.toml b/programs/quarry-redeemer/Cargo.toml index 1cc89637..f163e960 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-redeemer" -version = "5.0.0" +version = "5.0.1" description = "Redeems one token for another" edition = "2021" homepage = "https://quarry.so" diff --git a/programs/quarry-registry/Cargo.toml b/programs/quarry-registry/Cargo.toml index 257d5578..21b1818f 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-registry" -version = "5.0.0" +version = "5.0.1" description = "Registry of all quarries associated with a rewarder." edition = "2021" homepage = "https://quarry.so"