From 23e12d1a26d282bf4acf9d8df3de9803e7e9baf5 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Mon, 27 Jan 2020 15:52:09 +0100 Subject: [PATCH] Bump version to 2020.1.27 --- lib/bech32/bech32.cabal | 2 +- lib/cli/cardano-wallet-cli.cabal | 2 +- lib/core/cardano-wallet-core.cabal | 2 +- lib/jormungandr/cardano-wallet-jormungandr.cabal | 2 +- lib/launcher/cardano-wallet-launcher.cabal | 2 +- lib/text-class/text-class.cabal | 2 +- nix/.stack.nix/bech32.nix | 2 +- nix/.stack.nix/cardano-wallet-cli.nix | 2 +- nix/.stack.nix/cardano-wallet-core.nix | 2 +- nix/.stack.nix/cardano-wallet-jormungandr.nix | 2 +- nix/.stack.nix/cardano-wallet-launcher.nix | 2 +- nix/.stack.nix/text-class.nix | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/bech32/bech32.cabal b/lib/bech32/bech32.cabal index 7938dc1cc8f..7167ec3dd97 100644 --- a/lib/bech32/bech32.cabal +++ b/lib/bech32/bech32.cabal @@ -1,5 +1,5 @@ name: bech32 -version: 2020.1.21 +version: 2020.1.27 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 e17d3b1bc56..ce763822064 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-cli -version: 2020.1.21 +version: 2020.1.27 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 c2e5a7f9b6a..dbd64bf5dd2 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core -version: 2020.1.21 +version: 2020.1.27 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/jormungandr/cardano-wallet-jormungandr.cabal b/lib/jormungandr/cardano-wallet-jormungandr.cabal index c0f1b33d6a0..9264411dd1d 100644 --- a/lib/jormungandr/cardano-wallet-jormungandr.cabal +++ b/lib/jormungandr/cardano-wallet-jormungandr.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-jormungandr -version: 2020.1.21 +version: 2020.1.27 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 e91bd644426..f7fa5c5fc70 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2020.1.21 +version: 2020.1.27 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 ad71f06b0f1..bf41d6fa5f2 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2020.1.21 +version: 2020.1.27 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 7925ba5b3ee..bb792b7ed0a 100644 --- a/nix/.stack.nix/bech32.nix +++ b/nix/.stack.nix/bech32.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "bech32"; version = "2020.1.21"; }; + identifier = { name = "bech32"; version = "2020.1.27"; }; license = "Apache-2.0"; copyright = "2017 Marko Bencun, 2019-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-cli.nix b/nix/.stack.nix/cardano-wallet-cli.nix index abfd8d3877b..8c84c555781 100644 --- a/nix/.stack.nix/cardano-wallet-cli.nix +++ b/nix/.stack.nix/cardano-wallet-cli.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-cli"; version = "2020.1.21"; }; + identifier = { name = "cardano-wallet-cli"; version = "2020.1.27"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index f06585324fc..65c80efa0a6 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-core"; version = "2020.1.21"; }; + identifier = { name = "cardano-wallet-core"; version = "2020.1.27"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-jormungandr.nix b/nix/.stack.nix/cardano-wallet-jormungandr.nix index f12358f003f..78f458de5a3 100644 --- a/nix/.stack.nix/cardano-wallet-jormungandr.nix +++ b/nix/.stack.nix/cardano-wallet-jormungandr.nix @@ -44,7 +44,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: specVersion = "1.10"; identifier = { name = "cardano-wallet-jormungandr"; - version = "2020.1.21"; + version = "2020.1.27"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-launcher.nix b/nix/.stack.nix/cardano-wallet-launcher.nix index d756189af5c..145b6a3aeb4 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-launcher"; version = "2020.1.21"; }; + identifier = { name = "cardano-wallet-launcher"; version = "2020.1.27"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index caeda01e03b..4a72bd32ed5 100644 --- a/nix/.stack.nix/text-class.nix +++ b/nix/.stack.nix/text-class.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "text-class"; version = "2020.1.21"; }; + identifier = { name = "text-class"; version = "2020.1.27"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io";