Skip to content

Commit

Permalink
Bump package versions of {bech32,bech32-th} to 1.1.5.
Browse files Browse the repository at this point in the history
For simplicity, we bump both packages to the same new version number.
  • Loading branch information
jonathanknowles committed Feb 23, 2024
1 parent 5814c75 commit 01503bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bech32-th/bech32-th.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bech32-th
version: 1.1.1
version: 1.1.5
synopsis: Template Haskell extensions to the Bech32 library.
description: Template Haskell extensions to the Bech32 library, including
quasi-quoters for compile-time checking of Bech32 string
Expand Down Expand Up @@ -30,7 +30,7 @@ flag release
common dependency-base
build-depends:base >= 4.14.3.0 && < 4.20
common dependency-bech32
build-depends:bech32 >= 1.1.4 && < 1.2
build-depends:bech32 >= 1.1.5 && < 1.2
common dependency-hspec
build-depends:hspec >= 2.11.7 && < 2.12
common dependency-template-haskell
Expand Down
2 changes: 1 addition & 1 deletion bech32/bech32.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bech32
version: 1.1.4
version: 1.1.5
synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0173).
description: Implementation of the Bech32 cryptocurrency address format documented in the
BIP (Bitcoin Improvement Proposal) 0173.
Expand Down

0 comments on commit 01503bf

Please sign in to comment.