Skip to content

Commit

Permalink
Merge pull request #203 from lightsparkdev/release/lightspark-sdk-v0.…
Browse files Browse the repository at this point in the history
…18.0

Merge release/lightspark-sdk-v0.18.0 into main
  • Loading branch information
jklein24 authored Sep 3, 2024
2 parents 95acb9a + a7fd6af commit 9ff76c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lightspark-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Start by installing the SDK from maven:
**build.gradle:**
```groovy
dependencies {
implementation "com.lightspark:lightspark-sdk:0.17.0"
implementation "com.lightspark:lightspark-sdk:0.18.0"
}
```

or with **build.gradle.kts:**
```kotlin
dependencies {
implementation("com.lightspark:lightspark-sdk:0.17.0")
implementation("com.lightspark:lightspark-sdk:0.18.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion lightspark-sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=com.lightspark
POM_ARTIFACT_ID=lightspark-sdk
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
VERSION_NAME=0.17.0
VERSION_NAME=0.18.0

POM_DESCRIPTION=The Lightspark API SDK for Kotlin and Java.
POM_INCEPTION_YEAR=2023
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ enum class WebhookEventType(

HIGH_BALANCE("HIGH_BALANCE"),

CHANNEL_OPENING_FEES("CHANNEL_OPENING_FEES"),

/**
* This is an enum value that represents values that could be added in the future.
* Clients should support unknown values as more of them could be added without notice.
Expand Down

0 comments on commit 9ff76c9

Please sign in to comment.