Skip to content

Commit 64403b0

Browse files
Update PubnubApiUnity DLL to contain the DateTime/TimeToken conversion fix (#102)
* Update PubnubApiUnity DLL to contain the DateTime/TimeToken conversion fix * PubNub SDK v7.1.4 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent 9d8970f commit 64403b0

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.pubnub.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
version: v7.1.3
2+
version: v7.1.4
33
changelog:
4+
- date: 2024-04-02
5+
version: v7.1.4
6+
changes:
7+
- type: bug
8+
text: "Fixes issue of inaccurate DateTime to TimeToken conversion in TranslateDateTimeToPubnubUnixNanoSeconds."
49
- date: 2023-11-28
510
version: v7.1.3
611
changes:
@@ -709,7 +714,7 @@ sdks:
709714
distribution-type: package
710715
distribution-repository: git release
711716
package-name: PubNub.unitypackage
712-
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
717+
location: https://github.com/pubnub/unity/releases/download/v7.1.4/PubNub.unitypackage
713718
requires:
714719
-
715720
name: "UnityEditor"
@@ -876,7 +881,7 @@ sdks:
876881
distribution-type: package
877882
distribution-repository: git release
878883
package-name: PubNub.unitypackage
879-
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
884+
location: https://github.com/pubnub/unity/releases/download/v7.1.4/PubNub.unitypackage
880885
requires:
881886
-
882887
name: "UnityEditor"
Binary file not shown.

PubNubUnity/Assets/PubNub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.pubnub.sdk",
3-
"version": "7.1.3",
3+
"version": "7.1.4",
44
"displayName": "PubNub SDK",
55
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
66
"unity": "2021.3",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.3
1+
7.1.4

0 commit comments

Comments
 (0)