Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larrinator1 committed Apr 16, 2022
1 parent 6831bc9 commit 95f8127
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased Changes

## [v4.2.1]

### Features

- Update to Anchor v0.24.
Expand Down
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.2.0",
"version": "4.2.1",
"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 = "4.2.0"
version = "4.2.1"
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 = "4.2.0"
version = "4.2.1"
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 = "4.2.0"
version = "4.2.1"
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 = "4.2.0"
version = "4.2.1"
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 = "4.2.0"
version = "4.2.1"
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 = "4.2.0"
version = "4.2.1"
description = "Registry of all quarries associated with a rewarder."
edition = "2021"
homepage = "https://quarry.so"
Expand Down

0 comments on commit 95f8127

Please # to comment.