diff --git a/bech32-th/bech32-th.cabal b/bech32-th/bech32-th.cabal index 7c5e9c0..2f20410 100644 --- a/bech32-th/bech32-th.cabal +++ b/bech32-th/bech32-th.cabal @@ -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 @@ -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 diff --git a/bech32/bech32.cabal b/bech32/bech32.cabal index ef2f093..e874d84 100644 --- a/bech32/bech32.cabal +++ b/bech32/bech32.cabal @@ -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.