diff --git a/Cargo.lock b/Cargo.lock index deb78fe8..dd13c436 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "quarry-merge-mine" -version = "1.11.10" +version = "1.11.11" dependencies = [ "anchor-lang", "anchor-spl", @@ -1003,7 +1003,7 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "1.11.10" +version = "1.11.11" dependencies = [ "anchor-lang", "anchor-spl", @@ -1017,7 +1017,7 @@ dependencies = [ [[package]] name = "quarry-mint-wrapper" -version = "1.11.10" +version = "1.11.11" dependencies = [ "anchor-lang", "anchor-spl", @@ -1026,7 +1026,7 @@ dependencies = [ [[package]] name = "quarry-operator" -version = "1.11.10" +version = "1.11.11" dependencies = [ "anchor-lang", "anchor-spl", @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "quarry-redeemer" -version = "1.11.10" +version = "1.11.11" dependencies = [ "anchor-lang", "anchor-spl", @@ -1045,7 +1045,7 @@ dependencies = [ [[package]] name = "quarry-registry" -version = "1.11.10" +version = "1.11.11" dependencies = [ "anchor-lang", "quarry-mine", diff --git a/package.json b/package.json index f992e7a3..0ed8b53b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quarryprotocol/quarry-sdk", - "version": "1.11.10", + "version": "1.11.11", "description": "Quarry Protocol SDK", "keywords": [ "solana", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index 8811669d..d2950ad8 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.10" +version = "1.11.11" 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 48a4c8e8..1f1db549 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mine" -version = "1.11.10" +version = "1.11.11" 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 06457aca..71de71eb 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.10" +version = "1.11.11" 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 733fd5d5..128aa187 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-operator" -version = "1.11.10" +version = "1.11.11" 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 5b1e5c5c..eb314eca 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-redeemer" -version = "1.11.10" +version = "1.11.11" 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 8e61c8eb..e666f97b 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-registry" -version = "1.11.10" +version = "1.11.11" description = "Registry of all quarries associated with a rewarder." edition = "2021" homepage = "https://quarry.so"