allow custom path (#9)
Some checks failed
/ release (push) Has been cancelled
/ pullrequest (push) Has been cancelled

* allow custom path
* bump

---------

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
Tiago Vasconcelos 2023-09-26 12:44:12 +01:00 committed by GitHub
commit 4623b2e0a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -2,5 +2,6 @@
"name": "Split Payments",
"short_description": "Split incoming payments across wallets",
"tile": "/splitpayments/static/image/split-payments.png",
"contributors": ["fiatjaf", "cryptograffiti"]
"contributors": ["fiatjaf", "cryptograffiti"],
"min_lnbits_version": "0.11.0"
}