Skip to content

Commit d5ed0ef

Browse files
committed
Releasing 1.0.2
1 parent 464ca20 commit d5ed0ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.taboola</groupId>
88
<artifactId>api-java-client-core</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>API Java client core</description>

src/main/java/com/taboola/rest/api/RestAPIClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static RestAPIClientBuilder builder() {
4848
}
4949

5050
public static class RestAPIClientBuilder {
51-
private static final String VERSION = "1.0.1";
51+
private static final String VERSION = "1.0.2";
5252
private static final Integer DEFAULT_MAX_IDLE_CONNECTIONS = 5;
5353
private static final Long DEFAULT_KEEP_ALIVE_DURATION_MILLIS = 300_000L;
5454
private static final SerializationConfig DEFAULT_SERIALIZATION_CONFIG = new SerializationConfig();

0 commit comments

Comments
 (0)