From a63ed4d3b4e5f9aab8cca54f99849b150cf9617f Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 21 Dec 2018 16:45:05 +0900 Subject: [PATCH] bump --- BTCPayServer.Tests/docker-compose.yml | 2 +- BTCPayServer/BTCPayServer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index e7089172d..f76d5e023 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -145,7 +145,7 @@ services: - bitcoind lightning-charged: - image: shesek/lightning-charge:0.4.3 + image: shesek/lightning-charge:0.4.6-standalone restart: unless-stopped environment: NETWORK: regtest diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 73239a3ec..fd5d78792 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.3.33 + 1.0.3.34 NU1701,CA1816,CA1308,CA1810,CA2208