Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Mar 29, 2022
1 parent 88decb1 commit 04f484a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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": "4.0.0",
"version": "4.1.0",
"description": "Quarry Protocol SDK",
"keywords": [
"solana",
Expand Down
6 changes: 3 additions & 3 deletions 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 = "4.0.0"
version = "4.1.0"
description = "Mines multiple quarries at the same time"
homepage = "https://quarry.so"
repository = "https://github.com/QuarryProtocol/quarry"
Expand All @@ -22,9 +22,9 @@ default = []
[dependencies]
anchor-lang = ">=0.22, <0.24"
anchor-spl = ">=0.22, <0.24"
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "4.0.0" }
quarry-mine = { path = "../quarry-mine", features = ["cpi"], version = "4.1.0" }
quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [
"cpi"
], version = "4.0.0" }
], version = "4.1.0" }
num-traits = "0.2"
vipers = "^2.0"
4 changes: 2 additions & 2 deletions programs/quarry-mine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quarry-mine"
version = "4.0.1"
version = "4.1.0"
description = "Distributes liquidity mining rewards to token stakers"
edition = "2021"
homepage = "https://quarry.so"
Expand All @@ -25,7 +25,7 @@ anchor-spl = ">=0.22, <0.24"
num-traits = "0.2.14"
quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [
"cpi"
], version = "4.0.0" }
], version = "4.1.0" }
spl-math = { version = "0.1.0", features = ["no-entrypoint"] }
vipers = "^2.0"

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 = "4.0.0"
version = "4.1.0"
description = "Mints tokens to authorized accounts"
edition = "2021"
homepage = "https://quarry.so"
Expand Down
4 changes: 2 additions & 2 deletions programs/quarry-operator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quarry-operator"
version = "4.0.0"
version = "4.1.0"
description = "Delegates Quarry Rewarder authority roles."
edition = "2021"
homepage = "https://quarry.so"
Expand All @@ -22,5 +22,5 @@ default = []
[dependencies]
anchor-lang = ">=0.22, <0.24"
anchor-spl = ">=0.22, <0.24"
quarry-mine = { path = "../quarry-mine", version = "4.0.0", features = ["cpi"] }
quarry-mine = { path = "../quarry-mine", version = "4.1.0", features = ["cpi"] }
vipers = "^2.0"
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 = "4.0.0"
version = "4.1.0"
description = "Redeems one token for another"
edition = "2021"
homepage = "https://quarry.so"
Expand Down
4 changes: 2 additions & 2 deletions programs/quarry-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quarry-registry"
version = "4.0.0"
version = "4.1.0"
description = "Registry of all quarries associated with a rewarder."
edition = "2021"
homepage = "https://quarry.so"
Expand All @@ -21,5 +21,5 @@ default = []

[dependencies]
anchor-lang = ">=0.22, <0.24"
quarry-mine = { version = "4.0.0", path = "../quarry-mine", features = ["cpi"] }
quarry-mine = { version = "4.1.0", path = "../quarry-mine", features = ["cpi"] }
vipers = "^2.0"

0 comments on commit 04f484a

Please sign in to comment.