Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-peirse authored Jan 29, 2020
1 parent 68e7d6c commit 3908676
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 @@ -13,15 +13,15 @@ The jar, javadoc, and sources are all available from Maven Central. You can impo
Gradle
```groovy
dependencies {
implementation 'com.checkout:checkout-sdk-java:2.1.0'
implementation 'com.checkout:checkout-sdk-java:2.2.0'
}
```
Maven
```xml
<dependency>
<groupId>com.checkout</groupId>
<artifactId>checkout-sdk-java</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 3908676

Please sign in to comment.