Skip to content

Commit

Permalink
Bump version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklasWallgren committed Jul 15, 2023
1 parent c960236 commit 7740a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ The artifact is available through Maven Central via Sonatype.
<dependency>
<groupId>dev.nicklasw</groupId>
<artifactId>bankid-sdk</artifactId>
<version>0.11.0</version>
<version>0.12.0</version>
</dependency>
```

### Gradle

```
implementation 'dev.nicklasw:bankid-sdk:0.11.0'
implementation 'dev.nicklasw:bankid-sdk:0.12.0'
```

## Changelog
Expand Down

0 comments on commit 7740a56

Please sign in to comment.