Skip to content

Commit

Permalink
Bump lightspark-sdk to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 31, 2023
1 parent bae5b88 commit f62bc4b
Show file tree
Hide file tree
Showing 2 changed files with 3 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.9.0"
implementation "com.lightspark:lightspark-sdk:0.10.0"
}
```

or with **build.gradle.kts:**
```kotlin
dependencies {
implementation("com.lightspark:lightspark-sdk:0.9.0")
implementation("com.lightspark:lightspark-sdk:0.10.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.9.0
VERSION_NAME=0.10.0

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

0 comments on commit f62bc4b

Please sign in to comment.