File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/recombee/api_client Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The client is available in the [Maven Central Repository](https://mvnrepository.
1313 <dependency >
1414 <groupId >com.recombee</groupId >
1515 <artifactId >api-client</artifactId >
16- <version >1.6.1 </version >
16+ <version >1.6.2 </version >
1717 </dependency >
1818```
1919
Original file line number Diff line number Diff line change 66
77 <groupId >com.recombee</groupId >
88 <artifactId >api-client</artifactId >
9- <version >1.6.1 </version >
9+ <version >1.6.2 </version >
1010 <name >Recombee API Client</name >
1111 <description >A client library for easy use of the Recombee recommendation API</description >
1212 <url >http://recombee.com</url >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public class RecombeeClient {
8585
8686 final int BATCH_MAX_SIZE = 10000 ; //Maximal number of requests within one batch request
8787
88- final String USER_AGENT = "recombee-java-api-client/1.6.1 " ;
88+ final String USER_AGENT = "recombee-java-api-client/1.6.2 " ;
8989
9090 private final OkHttpClient httpClient = new OkHttpClient ();
9191
You can’t perform that action at this time.
0 commit comments