Skip to content

Commit 485fa04

Browse files
authored
Merge pull request #20 from lightsparkdev/release/wallet-sdk-v0.2.0
Merge release/wallet-sdk-v0.2.0 into main
2 parents 422bcaa + f9d84db commit 485fa04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

wallet-sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Start by installing the SDK from maven:
1919

2020
```groovy
2121
dependencies {
22-
implementation "com.lightspark:wallet-sdk:0.1.2"
22+
implementation "com.lightspark:wallet-sdk:0.2.0"
2323
}
2424
```
2525

2626
or with **build.gradle.kts:**
2727

2828
```kotlin
2929
dependencies {
30-
implementation("com.lightspark:wallet-sdk:0.1.2")
30+
implementation("com.lightspark:wallet-sdk:0.2.0")
3131
}
3232
```
3333

wallet-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=wallet-sdk
33
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead.
4-
VERSION_NAME=0.1.3-SNAPSHOT
4+
VERSION_NAME=0.2.0
55

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

0 commit comments

Comments
 (0)