Skip to content

Commit 9ff76c9

Browse files
authored
Merge pull request #203 from lightsparkdev/release/lightspark-sdk-v0.18.0
Merge release/lightspark-sdk-v0.18.0 into main
2 parents 95acb9a + a7fd6af commit 9ff76c9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.17.0"
20+
implementation "com.lightspark:lightspark-sdk:0.18.0"
2121
}
2222
```
2323

2424
or with **build.gradle.kts:**
2525
```kotlin
2626
dependencies {
27-
implementation("com.lightspark:lightspark-sdk:0.17.0")
27+
implementation("com.lightspark:lightspark-sdk:0.18.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.17.0
4+
VERSION_NAME=0.18.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/model/WebhookEventType.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ enum class WebhookEventType(
3939

4040
HIGH_BALANCE("HIGH_BALANCE"),
4141

42+
CHANNEL_OPENING_FEES("CHANNEL_OPENING_FEES"),
43+
4244
/**
4345
* This is an enum value that represents values that could be added in the future.
4446
* Clients should support unknown values as more of them could be added without notice.

0 commit comments

Comments
 (0)