Skip to content

Commit 0c1eeff

Browse files
chore: bump SDK version to 0.16.0 in README.md
1 parent 4d5d6e3 commit 0c1eeff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![Continuous Integration](https://github.com/e-identification/bankid-java/workflows/ci/badge.svg)](https://github.com/e-identification/bankid-java/actions)
22
[![License](https://img.shields.io/github/license/e-identification/bankid-java)](https://github.com/e-identification/bankid-java/blob/master/LICENSE)
3-
[![Language grade: Java](https://img.shields.io/lgtm/grade/java/g/e-identification/bankid-java.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/e-identification/bankid-java/context:java)
43

54
# BankID SDK
65

@@ -21,14 +20,14 @@ The artifact is available through Maven Central via Sonatype.
2120
<dependency>
2221
<groupId>dev.eidentification</groupId>
2322
<artifactId>bankid-sdk</artifactId>
24-
<version>0.15.0</version>
23+
<version>0.16.0</version>
2524
</dependency>
2625
```
2726

2827
### Gradle
2928

3029
```
31-
implementation 'dev.eidentification:bankid-sdk:0.15.0'
30+
implementation 'dev.eidentification:bankid-sdk:0.16.0'
3231
```
3332

3433
## Changelog

0 commit comments

Comments
 (0)