From b4c8bc302d3a70fca007afb7459ea3bde12ce8a2 Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Tue, 14 May 2024 11:27:07 +0300 Subject: [PATCH] chore: bump `min_lnbits_version` --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a95c729..fb15474 100644 --- a/config.json +++ b/config.json @@ -3,5 +3,5 @@ "short_description": "Split incoming payments across wallets", "tile": "/splitpayments/static/image/split-payments.png", "contributors": ["fiatjaf", "cryptograffiti"], - "min_lnbits_version": "0.11.0" + "min_lnbits_version": "0.12.5" }