Skip to content

Commit

Permalink
[UPDATE] decoder to v1.0.0 (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dni authored Dec 11, 2024
1 parent 3548c91 commit d9c1d82
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1627,4 +1639,4 @@
"hash": "8d152c00371f001ed9712be1b265f5ff9900066fc78707e79fec24302151bbde"
}
]
}
}

0 comments on commit d9c1d82

Please sign in to comment.