Skip to content

Commit 090f808

Browse files
runnerrunner
authored andcommitted
Bump lightspark-sdk to version 0.20.0
1 parent a1a352b commit 090f808

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

2424
or with **build.gradle.kts:**
2525
```kotlin
2626
dependencies {
27-
implementation("com.lightspark:lightspark-sdk:0.19.1")
27+
implementation("com.lightspark:lightspark-sdk:0.20.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.19.1
4+
VERSION_NAME=0.20.0
55

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

0 commit comments

Comments
 (0)