Skip to content

Commit

Permalink
Merge pull request #320 from input-output-hk/KtorZ/bump-2019.5.24
Browse files Browse the repository at this point in the history
Bump versions to 2019.5.24
  • Loading branch information
KtorZ authored May 24, 2019
2 parents e73b111 + c791ff0 commit cf5418a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cardano-wallet.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet
version: 2019.5.8
version: 2019.5.24
synopsis: The Wallet Backend for a Cardano node.
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/bech32/bech32.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bech32
version: 2019.5.8
version: 2019.5.24
synopsis: Implementation of the Bech32 segwit address format (BIP 0173).
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/cardano-wallet-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-cli
version: 2019.5.8
version: 2019.5.24
synopsis: Utilities for a building Command-Line Interfaces
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-core
version: 2019.5.8
version: 2019.5.24
synopsis: The Wallet Backend for a Cardano node.
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/http-bridge/cardano-wallet-http-bridge.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-http-bridge
version: 2019.5.8
version: 2019.5.24
synopsis: Wallet backend protocol-specific bits implemented using the cardano-http-bridge
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import Test.Integration.Framework.TestData
import qualified Data.Text as T

version :: Text
version = "2019.5.8"
version = "2019.5.24"

specNoCluster :: SpecWith ()
specNoCluster = do
Expand Down
2 changes: 1 addition & 1 deletion lib/jormungandr/cardano-wallet-jormungandr.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-jormungandr
version: 2019.5.8
version: 2019.5.24
synopsis: Wallet backend protocol-specific bits implemented using Jörmungandr
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/launcher/cardano-wallet-launcher.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-launcher
version: 2019.5.8
version: 2019.5.24
synopsis: Utilities for a building commands launcher
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/text-class/text-class.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: text-class
version: 2019.5.8
version: 2019.5.24
synopsis: Extra helpers to convert data-types to and from Text
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down

0 comments on commit cf5418a

Please sign in to comment.