diff --git a/Cargo.lock b/Cargo.lock index 455538b3..b14034a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -974,7 +974,7 @@ dependencies = [ [[package]] name = "quarry-merge-mine" -version = "1.11.6" +version = "1.11.8" dependencies = [ "anchor-lang", "anchor-spl", @@ -986,7 +986,7 @@ dependencies = [ [[package]] name = "quarry-mine" -version = "1.11.6" +version = "1.11.8" dependencies = [ "anchor-lang", "anchor-spl", @@ -1000,7 +1000,7 @@ dependencies = [ [[package]] name = "quarry-mint-wrapper" -version = "1.11.6" +version = "1.11.8" dependencies = [ "anchor-lang", "anchor-spl", @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "quarry-operator" -version = "1.11.6" +version = "1.11.8" dependencies = [ "anchor-lang", "anchor-spl", @@ -1019,7 +1019,7 @@ dependencies = [ [[package]] name = "quarry-redeemer" -version = "1.11.6" +version = "1.11.8" dependencies = [ "anchor-lang", "anchor-spl", @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "quarry-registry" -version = "1.11.3" +version = "1.11.8" dependencies = [ "anchor-lang", "quarry-mine", diff --git a/package.json b/package.json index e914337a..a98ac434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quarryprotocol/quarry-sdk", - "version": "1.11.7", + "version": "1.11.8", "description": "Quarry Protocol SDK", "keywords": [ "solana", diff --git a/programs/quarry-merge-mine/Cargo.toml b/programs/quarry-merge-mine/Cargo.toml index bfa6b0f0..2959a672 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.6" +version = "1.11.8" 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 fffe5cbf..153a7971 100644 --- a/programs/quarry-mine/Cargo.toml +++ b/programs/quarry-mine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-mine" -version = "1.11.6" +version = "1.11.8" 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 5ff3be41..f397ce89 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.6" +version = "1.11.8" 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 43cabfd9..592ea16a 100644 --- a/programs/quarry-operator/Cargo.toml +++ b/programs/quarry-operator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-operator" -version = "1.11.6" +version = "1.11.8" 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 79506097..79be85e2 100644 --- a/programs/quarry-redeemer/Cargo.toml +++ b/programs/quarry-redeemer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-redeemer" -version = "1.11.6" +version = "1.11.8" 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 8fede498..61a17f02 100644 --- a/programs/quarry-registry/Cargo.toml +++ b/programs/quarry-registry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quarry-registry" -version = "1.11.3" +version = "1.11.8" description = "Registry of all quarries associated with a rewarder." edition = "2021" homepage = "https://quarry.so"