Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larrinator1 committed Sep 3, 2021
1 parent 74ac763 commit 9344cb4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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.0.0",
"version": "1.0.1",
"description": "Quarry Protocol SDK",
"main": "dist/index.js",
"repository": "[email protected]:QuarryProtocol/quarry.git",
Expand Down
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 = "1.0.0"
version = "1.0.1"
description = "Distributes liquidity mining rewards to token stakers"
edition = "2018"
homepage = "https://quarry.so"
Expand All @@ -25,7 +25,7 @@ anchor-spl = "0.13.2"
num-traits = "0.2.14"
quarry-mint-wrapper = { path = "../quarry-mint-wrapper", features = [
"cpi"
], version = "1.0.0" }
], version = "1.0.1" }
solana-program = "1.7.8"
spl-associated-token-account = { version = "1.0.3", features = [
"no-entrypoint"
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.0.0"
version = "1.0.1"
description = "Mints tokens to authorized accounts"
edition = "2018"
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 = "1.0.0"
version = "1.0.1"
description = "Registry of all quarries associated with a rewarder."
edition = "2018"

Expand All @@ -16,6 +16,6 @@ default = []

[dependencies]
anchor-lang = "0.13.2"
quarry-mine = { version = "1.0.0", path = "../quarry-mine", features = ["cpi"] }
quarry-mine = { version = "1.0.1", path = "../quarry-mine", features = ["cpi"] }
solana-program = "1.7.8"
vipers = "0.1.1"

0 comments on commit 9344cb4

Please sign in to comment.