Skip to content

Commit d09aacc

Browse files
authored
Merge pull request #66 from lightsparkdev/release/lightspark-sdk-v0.5.0
Merge release/lightspark-sdk-v0.5.0 into main
2 parents f022e2f + 9a8f227 commit d09aacc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lightspark-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Start by installing the SDK from maven:
1717
**build.gradle:**
1818
```groovy
1919
dependencies {
20-
implementation "com.lightspark:lightspark-sdk:0.4.1"
20+
implementation "com.lightspark:lightspark-sdk:0.5.0"
2121
}
2222
```
2323

2424
or with **build.gradle.kts:**
2525
```kotlin
2626
dependencies {
27-
implementation("com.lightspark:lightspark-sdk:0.4.1")
27+
implementation("com.lightspark:lightspark-sdk:0.5.0")
2828
}
2929
```
3030

lightspark-sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=com.lightspark
22
POM_ARTIFACT_ID=lightspark-sdk
33
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4-
VERSION_NAME=0.4.1
4+
VERSION_NAME=0.5.0
55

66
POM_DESCRIPTION=The Lightspark API SDK for Kotlin and Java.
77
POM_INCEPTION_YEAR=2023

lightspark-sdk/src/commonMain/kotlin/com/lightspark/sdk/uma/LnurlComplianceResponse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import kotlinx.serialization.Serializable
88
* @property receiverKycStatus Indicates whether VASP2 has KYC information about the receiver.
99
* @property isSubjectToTravelRule Indicates whether VASP2 is a financial institution that requires travel rule information.
1010
* @property receiverIdentifier The identifier of the receiver at VASP2.
11-
* @property signature The signature of the sender on the signable payload.
11+
* @property signature The signature of the receiving VASP on the [signablePayload].
1212
* @property signatureNonce The nonce used in the signature.
1313
* @property signatureTimestamp The timestamp used in the signature.
1414
*/

0 commit comments

Comments
 (0)