From 6393f8b02aff95f5348a9afdebc0d98459035875 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Wed, 1 Apr 2020 14:14:34 +0200 Subject: [PATCH] Bump from 2020.3.16 to 2020.4.1 set OLD_VERSION "2020.3.16" set NEW_VERSION "2020.4.1" find nix -name "*.nix" -type file | xargs perl -i -pe "s/$OLD_VERSION/$NEW_VERSION/" find lib -name "*.cabal" -type file | xargs perl -i -pe "s/$OLD_VERSION/$NEW_VERSION/" --- lib/byron/cardano-wallet-byron.cabal | 2 +- lib/cli/cardano-wallet-cli.cabal | 2 +- lib/core-integration/cardano-wallet-core-integration.cabal | 2 +- lib/core/cardano-wallet-core.cabal | 2 +- lib/jormungandr/cardano-wallet-jormungandr.cabal | 2 +- lib/launcher/cardano-wallet-launcher.cabal | 2 +- lib/test-utils/cardano-wallet-test-utils.cabal | 2 +- lib/text-class/text-class.cabal | 2 +- nix/.stack.nix/cardano-wallet-byron.nix | 2 +- nix/.stack.nix/cardano-wallet-cli.nix | 2 +- nix/.stack.nix/cardano-wallet-core-integration.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/cardano-wallet-test-utils.nix | 2 +- nix/.stack.nix/text-class.nix | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/byron/cardano-wallet-byron.cabal b/lib/byron/cardano-wallet-byron.cabal index dad85ba69f2..7651fdb2983 100644 --- a/lib/byron/cardano-wallet-byron.cabal +++ b/lib/byron/cardano-wallet-byron.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-byron -version: 2020.3.16 +version: 2020.4.1 synopsis: Wallet backend protocol-specific bits implemented using byron nodes description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/cli/cardano-wallet-cli.cabal b/lib/cli/cardano-wallet-cli.cabal index 6effc569a19..982e4793009 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.3.16 +version: 2020.4.1 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-integration/cardano-wallet-core-integration.cabal b/lib/core-integration/cardano-wallet-core-integration.cabal index 4d74d8d304f..4aceff31550 100644 --- a/lib/core-integration/cardano-wallet-core-integration.cabal +++ b/lib/core-integration/cardano-wallet-core-integration.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core-integration -version: 2020.3.16 +version: 2020.4.1 synopsis: Core integration test library. description: Shared core functionality for our integration test suites. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index c4465a40127..0a28d6ad5ff 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.3.16 +version: 2020.4.1 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 29de901ec91..45a9c2e4428 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.3.16 +version: 2020.4.1 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 bd1d76ef590..f3cf2b067d4 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.3.16 +version: 2020.4.1 synopsis: Utilities for a building commands launcher homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/test-utils/cardano-wallet-test-utils.cabal b/lib/test-utils/cardano-wallet-test-utils.cabal index 7d6989fc912..91bd634b4b5 100644 --- a/lib/test-utils/cardano-wallet-test-utils.cabal +++ b/lib/test-utils/cardano-wallet-test-utils.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-test-utils -version: 2020.3.16 +version: 2020.4.1 synopsis: Shared utilities for writing unit and property tests. description: Shared utilities for writing unit and property tests. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index 07e4ba0b8b2..ebbb0639b7c 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2020.3.16 +version: 2020.4.1 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/cardano-wallet-byron.nix b/nix/.stack.nix/cardano-wallet-byron.nix index 79f3542675d..ed7081e5bcb 100644 --- a/nix/.stack.nix/cardano-wallet-byron.nix +++ b/nix/.stack.nix/cardano-wallet-byron.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-byron"; version = "2020.3.16"; }; + identifier = { name = "cardano-wallet-byron"; version = "2020.4.1"; }; license = "Apache-2.0"; copyright = "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 7cfc209012a..f8c76c627ba 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.3.16"; }; + identifier = { name = "cardano-wallet-cli"; version = "2020.4.1"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core-integration.nix b/nix/.stack.nix/cardano-wallet-core-integration.nix index 76f79733c1b..a920aba2d49 100644 --- a/nix/.stack.nix/cardano-wallet-core-integration.nix +++ b/nix/.stack.nix/cardano-wallet-core-integration.nix @@ -44,7 +44,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: specVersion = "1.10"; identifier = { name = "cardano-wallet-core-integration"; - version = "2020.3.16"; + version = "2020.4.1"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 924ab25af32..8de052f5fbb 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.3.16"; }; + identifier = { name = "cardano-wallet-core"; version = "2020.4.1"; }; 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 31f4412e67f..914d8acd6f4 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.3.16"; + version = "2020.4.1"; }; 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 1545a0fb881..f01b94cbb57 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.3.16"; }; + identifier = { name = "cardano-wallet-launcher"; version = "2020.4.1"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-test-utils.nix b/nix/.stack.nix/cardano-wallet-test-utils.nix index 05831b785af..08bea41b9da 100644 --- a/nix/.stack.nix/cardano-wallet-test-utils.nix +++ b/nix/.stack.nix/cardano-wallet-test-utils.nix @@ -44,7 +44,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: specVersion = "1.10"; identifier = { name = "cardano-wallet-test-utils"; - version = "2020.3.16"; + version = "2020.4.1"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index 9eeffc8747f..40066596eb3 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.3.16"; }; + identifier = { name = "text-class"; version = "2020.4.1"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io";