Skip to content

Commit

Permalink
[UPDATE] splitpayments to v1.0.1 (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbits authored Feb 13, 2025
1 parent ecf6aa7 commit 110699f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -626,13 +626,13 @@
"id": "splitpayments",
"repo": "https://github.com/lnbits/splitpayments",
"name": "Split Payments",
"version": "1.0.0",
"version": "1.0.1",
"min_lnbits_version": "1.0.0",
"short_description": "Split incoming payments across wallets",
"icon": "https://github.com/lnbits/splitpayments/raw/main/static/image/split-payments.png",
"details_link": "https://raw.githubusercontent.com/lnbits/splitpayments/main/config.json",
"archive": "https://github.com/lnbits/splitpayments/archive/refs/tags/v1.0.0.zip",
"hash": "781fcb954f10947c53696084d8e2df2c23473788345efccbd649b27e3d7d76d8"
"archive": "https://github.com/lnbits/splitpayments/archive/refs/tags/v1.0.1.zip",
"hash": "29bae7c92e9e44d389659c875e8073d1c474795c0f223d2ed4c54fbfc2edcb6a"
},
{
"id": "boltz",
Expand Down
2 changes: 1 addition & 1 deletion integration/001_extensions-enable-all.jmx
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@
</ResponseAssertion>
<hashTree/>
</hashTree>
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="[${extension}] Install extension" enabled="true">
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="[${extension}] Install extension v${version}" enabled="true">
<boolProp name="HTTPSampler.postBodyRaw">true</boolProp>
<elementProp name="HTTPsampler.Arguments" elementType="Arguments">
<collectionProp name="Arguments.arguments">
Expand Down

0 comments on commit 110699f

Please sign in to comment.