Skip to content

Commit a0e0437

Browse files
Neno StefanovNenoStefanov
authored andcommitted
Update version to 1.6.0
1 parent 52eb834 commit a0e0437

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
@@ -29,15 +29,15 @@ The MIRACL Trust Android SDK provides the following functionalities:
2929

3030
```kotlin
3131
dependencies {
32-
implementation("com.miracl:trust-sdk-android:1.5.0")
32+
implementation("com.miracl:trust-sdk-android:1.6.0")
3333
}
3434
```
3535

3636
Groovy:
3737

3838
```groovy
3939
dependencies{
40-
implementation "com.miracl:trust-sdk-android:1.5.0"
40+
implementation "com.miracl:trust-sdk-android:1.6.0"
4141
}
4242
```
4343

miracl-sdk/build.gradle

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

15-
version = '1.5.0'
15+
version = '1.6.0'
1616

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

0 commit comments

Comments
 (0)