File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ Start by installing the SDK from maven:
19
19
20
20
``` groovy
21
21
dependencies {
22
- implementation "com.lightspark:wallet-sdk:0.1.2 "
22
+ implementation "com.lightspark:wallet-sdk:0.2.0 "
23
23
}
24
24
```
25
25
26
26
or with ** build.gradle.kts:**
27
27
28
28
``` kotlin
29
29
dependencies {
30
- implementation(" com.lightspark:wallet-sdk:0.1.2 " )
30
+ implementation(" com.lightspark:wallet-sdk:0.2.0 " )
31
31
}
32
32
```
33
33
Original file line number Diff line number Diff line change 1
1
GROUP =com.lightspark
2
2
POM_ARTIFACT_ID =wallet-sdk
3
3
# 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
5
5
6
6
POM_DESCRIPTION =The Lightspark Wallet SDK for Kotlin and Java.
7
7
POM_INCEPTION_YEAR =2023
You can’t perform that action at this time.
0 commit comments