Skip to content

Commit

Permalink
Bump versions of api, client and client-core to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Aug 31, 2022
1 parent d01625a commit 205d3ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blockfrost-api/blockfrost-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: blockfrost-api
version: 0.5.0.0
version: 0.6.0.0
synopsis: API definitions for blockfrost.io
description: Core types and Servant API description
homepage: https://github.com/blockfrost/blockfrost-haskell
Expand Down
4 changes: 2 additions & 2 deletions blockfrost-client-core/blockfrost-client-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: blockfrost-client-core
version: 0.4.0.2
version: 0.6.0.0
synopsis: blockfrost.io common client definitions / instances
description: HasClient for our auth
homepage: https://github.com/blockfrost/blockfrost-haskell
Expand Down Expand Up @@ -44,7 +44,7 @@ library
, Blockfrost.Client.Tag
, Blockfrost.Client.UserAgent
build-depends: base >= 4.7 && < 5
, blockfrost-api >= 0.4
, blockfrost-api >= 0.6
, aeson
, bytestring
, case-insensitive
Expand Down
6 changes: 3 additions & 3 deletions blockfrost-client/blockfrost-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: blockfrost-client
version: 0.5.0.0
version: 0.6.0.0
synopsis: blockfrost.io basic client
description: Simple Blockfrost clients for use with transformers or mtl
homepage: https://github.com/blockfrost/blockfrost-haskell
Expand Down Expand Up @@ -64,8 +64,8 @@ library
, Blockfrost.Client.IPFS
, Blockfrost.Client.NutLink
build-depends: base >= 4.7 && < 5
, blockfrost-api ^>= 0.5
, blockfrost-client-core
, blockfrost-api ^>= 0.6
, blockfrost-client-core ^>= 0.6
, bytestring
, directory
, data-default
Expand Down

0 comments on commit 205d3ce

Please sign in to comment.