Skip to content

Commit 031ecec

Browse files
author
Max Presman
committed
4.0.7
1 parent 5b8f98b commit 031ecec

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
4.0.7
3+
- reduce overlap on error handling when returning exceptions
4+
25
4.0.6
36
- send heartbeat presence value when subscribing
47

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.5
1+
4.0.7

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
id 'findbugs'
1010
}
1111
group = 'com.pubnub'
12-
version = '4.0.6'
12+
version = '4.0.7'
1313

1414
description = """"""
1515

src/main/java/com/pubnub/api/PubNub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class PubNub {
5353
private static final int TIMESTAMP_DIVIDER = 1000;
5454
private static final int MAX_SEQUENCE = 65535;
5555

56-
private static final String SDK_VERSION = "4.0.6";
56+
private static final String SDK_VERSION = "4.0.7";
5757

5858
public PubNub(final PNConfiguration initialConfig) {
5959
this.configuration = initialConfig;

0 commit comments

Comments
 (0)