diff --git a/cardano-wallet.cabal b/cardano-wallet.cabal index 31185ff73d7..988735fbc75 100644 --- a/cardano-wallet.cabal +++ b/cardano-wallet.cabal @@ -1,5 +1,5 @@ name: cardano-wallet -version: 2019.6.24 +version: 2019.7.2 synopsis: The Wallet Backend for a Cardano node. description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/bech32/bech32.cabal b/lib/bech32/bech32.cabal index 474750d0dba..3e8472be877 100644 --- a/lib/bech32/bech32.cabal +++ b/lib/bech32/bech32.cabal @@ -1,5 +1,5 @@ name: bech32 -version: 2019.6.24 +version: 2019.7.2 synopsis: Implementation of the Bech32 segwit address format (BIP 0173). homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/cli/cardano-wallet-cli.cabal b/lib/cli/cardano-wallet-cli.cabal index ae1c4d4150a..964f8d8b654 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-cli -version: 2019.6.24 +version: 2019.7.2 synopsis: Utilities for a building Command-Line Interfaces homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index 558dcdd5f8d..115f50f8e78 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core -version: 2019.6.24 +version: 2019.7.2 synopsis: The Wallet Backend for a Cardano node. description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/http-bridge/cardano-wallet-http-bridge.cabal b/lib/http-bridge/cardano-wallet-http-bridge.cabal index 647f8f195dc..808b9826b1a 100644 --- a/lib/http-bridge/cardano-wallet-http-bridge.cabal +++ b/lib/http-bridge/cardano-wallet-http-bridge.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-http-bridge -version: 2019.6.24 +version: 2019.7.2 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 diff --git a/lib/jormungandr/cardano-wallet-jormungandr.cabal b/lib/jormungandr/cardano-wallet-jormungandr.cabal index 1430b32dab1..8f5c4e8ccfc 100644 --- a/lib/jormungandr/cardano-wallet-jormungandr.cabal +++ b/lib/jormungandr/cardano-wallet-jormungandr.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-jormungandr -version: 2019.6.24 +version: 2019.7.2 synopsis: Wallet backend protocol-specific bits implemented using Jörmungandr description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/launcher/cardano-wallet-launcher.cabal b/lib/launcher/cardano-wallet-launcher.cabal index 1f1a7b781a0..65a41c73dca 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2019.6.24 +version: 2019.7.2 synopsis: Utilities for a building commands launcher homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index 8fd93992357..17a3811be98 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2019.6.24 +version: 2019.7.2 synopsis: Extra helpers to convert data-types to and from Text homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/nix/.stack.nix/bech32.nix b/nix/.stack.nix/bech32.nix index 0820ca03adc..4137ede4ee1 100644 --- a/nix/.stack.nix/bech32.nix +++ b/nix/.stack.nix/bech32.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "bech32"; version = "2019.6.24"; }; + identifier = { name = "bech32"; version = "2019.7.2"; }; license = "MIT"; copyright = "2017 Marko Bencun, 2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-cli.nix b/nix/.stack.nix/cardano-wallet-cli.nix index fdabb526561..06dc7ad6d06 100644 --- a/nix/.stack.nix/cardano-wallet-cli.nix +++ b/nix/.stack.nix/cardano-wallet-cli.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-cli"; version = "2019.6.24"; }; + identifier = { name = "cardano-wallet-cli"; version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 1d89e2eadfa..6a11655cfbd 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-core"; version = "2019.6.24"; }; + identifier = { name = "cardano-wallet-core"; version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-http-bridge.nix b/nix/.stack.nix/cardano-wallet-http-bridge.nix index df3dfc7372b..1c097397616 100644 --- a/nix/.stack.nix/cardano-wallet-http-bridge.nix +++ b/nix/.stack.nix/cardano-wallet-http-bridge.nix @@ -5,7 +5,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-http-bridge"; - version = "2019.6.24"; + version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-jormungandr.nix b/nix/.stack.nix/cardano-wallet-jormungandr.nix index 293d3bf3c43..013b4ef210d 100644 --- a/nix/.stack.nix/cardano-wallet-jormungandr.nix +++ b/nix/.stack.nix/cardano-wallet-jormungandr.nix @@ -5,7 +5,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-jormungandr"; - version = "2019.6.24"; + version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-launcher.nix b/nix/.stack.nix/cardano-wallet-launcher.nix index d9dad99830c..749cf54a8f9 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-launcher"; version = "2019.6.24"; }; + identifier = { name = "cardano-wallet-launcher"; version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet.nix b/nix/.stack.nix/cardano-wallet.nix index 02ee7b17ea8..c00c15a1356 100644 --- a/nix/.stack.nix/cardano-wallet.nix +++ b/nix/.stack.nix/cardano-wallet.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet"; version = "2019.6.24"; }; + identifier = { name = "cardano-wallet"; version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index 8cea27ff230..098b63b4b7b 100644 --- a/nix/.stack.nix/text-class.nix +++ b/nix/.stack.nix/text-class.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "text-class"; version = "2019.6.24"; }; + identifier = { name = "text-class"; version = "2019.7.2"; }; license = "MIT"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io";