From d9c1d823204c7eebb43f81d0a15801b9a94f4b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Wed, 11 Dec 2024 10:34:05 +0100 Subject: [PATCH] [UPDATE] decoder to v1.0.0 (#496) --- extensions.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 854e4b5..9a9c611 100644 --- a/extensions.json +++ b/extensions.json @@ -61,12 +61,24 @@ "repo": "https://github.com/bitkarrot/decoder", "name": "Decoder", "min_lnbits_version": "0.11.0", + "max_lnbits_version": "1.0.0", "version": "0.0.5", "short_description": "Decode Lightning Network BOLT11, LNURL, and Lightning Address", "icon": "https://raw.githubusercontent.com/bitkarrot/decoder/main/static/unlock.png", "archive": "https://github.com/bitkarrot/decoder/archive/refs/tags/v0.0.5.zip", "hash": "af6f14c31da626326ba002605c6c829e5b4378fa5a8412e695468b7a693c65b2" }, + { + "id": "decoder", + "repo": "https://github.com/bitkarrot/decoder", + "name": "Decoder", + "min_lnbits_version": "1.0.0", + "version": "1.0.0", + "short_description": "Decode Lightning Network BOLT11, LNURL, and Lightning Address", + "icon": "https://raw.githubusercontent.com/bitkarrot/decoder/main/static/unlock.png", + "archive": "https://github.com/bitkarrot/decoder/archive/refs/tags/v1.0.0.zip", + "hash": "e770ec1287dc8f7ed21841bcc47e3c14c6469cfbabb692903174c8e14cdbcb3b" + }, { "id": "gerty", "repo": "https://github.com/lnbits/gerty", @@ -1627,4 +1639,4 @@ "hash": "8d152c00371f001ed9712be1b265f5ff9900066fc78707e79fec24302151bbde" } ] -} \ No newline at end of file +}