From 39c97e39591c4bc23e9bb3751a0f2270ef0d75ea Mon Sep 17 00:00:00 2001 From: AlnBits Date: Tue, 10 Feb 2026 03:02:44 +0000 Subject: [PATCH] Fix lndhub 0.4.2 LNbits version range --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index 161e100c..53212f1c 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 +}