Skip to content

Commit

Permalink
update bounds for bitcoin (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece authored May 8, 2024
1 parent f9f6042 commit 09b49fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: mempool
title: Mempool
version: 2.5.1
version: 2.5.1.1
release-notes: |
* Updates to upstream tag of [2.5.1](https://github.com/mempool/mempool/releases/tag/v2.5.1), which fixes issues regarding lightning lookups
* Bumps version bounds for Bitcoin Core
license: AGPL
wrapper-repo: "https://github.com/Start9Labs/mempool-wrapper"
upstream-repo: "https://github.com/mempool/mempool"
Expand Down Expand Up @@ -64,7 +64,7 @@ properties:
type: script
dependencies:
bitcoind:
version: ">=0.21.1.2 <27.0.0"
version: ">=0.21.1.2 <29.0.0"
requirement:
type: "required"
description: Used to subscribe to new block events from a full archival node
Expand Down

0 comments on commit 09b49fb

Please sign in to comment.