Skip to content

Commit f35b8e2

Browse files
committed
chore: update version to 1.13.0
1 parent fb7656c commit f35b8e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ The MIRACL Trust Android SDK provides the following functionalities:
3030

3131
```kotlin
3232
dependencies {
33-
implementation("com.miracl:trust-sdk-android:1.12.0")
33+
implementation("com.miracl:trust-sdk-android:1.13.0")
3434
}
3535
```
3636

3737
Groovy:
3838

3939
```groovy
4040
dependencies {
41-
implementation "com.miracl:trust-sdk-android:1.12.0"
41+
implementation "com.miracl:trust-sdk-android:1.13.0"
4242
}
4343
```
4444

miracl-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
alias libs.plugins.jreleaser
1414
}
1515

16-
version = '1.12.0'
16+
version = '1.13.0'
1717

1818
android {
1919
namespace 'com.miracl.trust'

0 commit comments

Comments
 (0)