From 80c3c16c7cd3bb9b524a62fede8867947597462d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 16 Feb 2026 10:36:03 +0100 Subject: [PATCH] fix: lndhub 0.4.2 max version --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index a4a301e..f88da97 100644 --- a/extensions.json +++ b/extensions.json @@ -1493,7 +1493,7 @@ "name": "LndHub", "version": "0.4.2", "min_lnbits_version": "0.12.6", - "max_lnbits_version": "0.12.1", + "max_lnbits_version": "1.0.0", "short_description": "Access LNbits from BlueWallet or Zeus", "icon": "https://github.com/lnbits/lndhub/raw/main/static/image/lndhub.png", "archive": "https://github.com/lnbits/lndhub/archive/refs/tags/v0.4.2.zip", @@ -2121,4 +2121,4 @@ "details_link": "https://raw.githubusercontent.com/lnbits/scrum/main/config.json" } ] -} \ No newline at end of file +}