diff --git a/Cargo.lock b/Cargo.lock index 261e6e56..f0432676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,7 +974,7 @@ dependencies = [ [[package]] name = "quarry-merge-mine" -version = "1.11.1" +version = "1.11.3" dependencies = [ "anchor-lang", "anchor-spl", @@ -986,7 +986,7 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "1.11.1" +version = "1.11.3" dependencies = [ "anchor-lang", "anchor-spl", @@ -1000,7 +1000,7 @@ dependencies = [ [[package]] name = "quarry-mint-wrapper" -version = "1.11.1" +version = "1.11.3" dependencies = [ "anchor-lang", "anchor-spl", @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "quarry-operator" -version = "1.11.1" +version = "1.11.3" dependencies = [ "anchor-lang", "anchor-spl", @@ -1019,7 +1019,7 @@ dependencies = [ [[package]] name = "quarry-redeemer" -version = "1.11.1" +version = "1.11.3" dependencies = [ "anchor-lang", "anchor-spl", @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "quarry-registry" -version = "1.11.1" +version = "1.11.3" dependencies = [ "anchor-lang", "quarry-mine", diff --git a/package.json b/package.json index 37acdd20..c719c968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quarryprotocol/quarry-sdk", - "version": "1.11.2", + "version": "1.11.3", "description": "Quarry Protocol SDK", "keywords": [ "solana", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index 0b9a0f66..4a1b33fc 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 = "1.11.1" +version = "1.11.3" 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 766e9f0c..0ecb2dad 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mine" -version = "1.11.1" +version = "1.11.3" 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 7e54cee9..888457ac 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 = "1.11.1" +version = "1.11.3" 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 be4cbdf8..da74a916 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-operator" -version = "1.11.1" +version = "1.11.3" 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 c3b6eda1..f8e7d1de 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-redeemer" -version = "1.11.1" +version = "1.11.3" 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 a7a635f6..8fede498 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-registry" -version = "1.11.1" +version = "1.11.3" description = "Registry of all quarries associated with a rewarder." edition = "2021" homepage = "https://quarry.so"