From c0017095bf46b3576089d465aa42118dd4c1863f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 22 Nov 2023 11:55:20 +0100 Subject: [PATCH] min version to `0.11.2` (#33) --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a69b673..77c14f9 100644 --- a/config.json +++ b/config.json @@ -3,5 +3,5 @@ "short_description": "Make reusable LNURL pay links", "tile": "/lnurlp/static/image/lnurl-pay.png", "contributors": ["arcbtc", "eillarra", "fiatjaf", "callebtc"], - "min_lnbits_version": "0.11.0" + "min_lnbits_version": "0.11.2" }