Skip to content

Commit 6ce1e09

Browse files
committed
Bump version of api and client to 0.7
1 parent e041c1c commit 6ce1e09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

blockfrost-api/blockfrost-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-api
3-
version: 0.6.0.0
3+
version: 0.7.0.0
44
synopsis: API definitions for blockfrost.io
55
description: Core types and Servant API description
66
homepage: https://github.com/blockfrost/blockfrost-haskell

blockfrost-client/blockfrost-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: blockfrost-client
3-
version: 0.6.0.0
3+
version: 0.7.0.0
44
synopsis: blockfrost.io basic client
55
description: Simple Blockfrost clients for use with transformers or mtl
66
homepage: https://github.com/blockfrost/blockfrost-haskell
@@ -64,7 +64,7 @@ library
6464
, Blockfrost.Client.IPFS
6565
, Blockfrost.Client.NutLink
6666
build-depends: base >= 4.7 && < 5
67-
, blockfrost-api ^>= 0.6
67+
, blockfrost-api ^>= 0.7
6868
, blockfrost-client-core ^>= 0.6
6969
, bytestring
7070
, directory

0 commit comments

Comments
 (0)