Skip to content

Commit

Permalink
Release v1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
larrinator1 committed Jan 20, 2022
1 parent ffd198e commit b5df0c2
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quarryprotocol/quarry-sdk",
"version": "1.11.10",
"version": "1.11.11",
"description": "Quarry Protocol SDK",
"keywords": [
"solana",
Expand Down
2 changes: 1 addition & 1 deletion programs/quarry-merge-mine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/quarry-mine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/quarry-mint-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/quarry-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/quarry-redeemer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion programs/quarry-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b5df0c2

Please # to comment.