Skip to content

Commit 33b5f06

Browse files
committed
Update readme to point to newly released version 4.1.0
Change-Id: I149f08e4f45ebeda328c8aea2d92d608987373de
1 parent d45dcbf commit 33b5f06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To get the bol.com OpenAPI client binaries, add the JCenter repository (https://
1313
<dependency>
1414
<groupId>com.bol.openapi</groupId>
1515
<artifactId>openapi-java-client</artifactId>
16-
<version>4.0.1</version>
16+
<version>4.1.0</version>
1717
</dependency>
1818
```
1919

@@ -26,7 +26,7 @@ To get the bol.com OpenAPI client binaries, add the JCenter repository (https://
2626
jcenter()
2727
}
2828
dependencies {
29-
compile 'com.bol.openapi:openapi-java-client:4.0.1'
29+
compile 'com.bol.openapi:openapi-java-client:4.1.0'
3030
}
3131
```
3232

0 commit comments

Comments
 (0)