Skip to content

Commit

Permalink
Update PubnubApiUnity DLL to contain the DateTime/TimeToken conversio…
Browse files Browse the repository at this point in the history
…n 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]>
  • Loading branch information
jakub-grzesiowski and pubnub-release-bot authored Apr 2, 2024
1 parent 9d8970f commit 64403b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
version: v7.1.3
version: v7.1.4
changelog:
- date: 2024-04-02
version: v7.1.4
changes:
- type: bug
text: "Fixes issue of inaccurate DateTime to TimeToken conversion in TranslateDateTimeToPubnubUnixNanoSeconds."
- date: 2023-11-28
version: v7.1.3
changes:
Expand Down Expand Up @@ -709,7 +714,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.4/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down Expand Up @@ -876,7 +881,7 @@ sdks:
distribution-type: package
distribution-repository: git release
package-name: PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.3/PubNub.unitypackage
location: https://github.com/pubnub/unity/releases/download/v7.1.4/PubNub.unitypackage
requires:
-
name: "UnityEditor"
Expand Down
Binary file modified PubNubUnity/Assets/PubNub/Runtime/Plugins/PubnubApiUnity.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion PubNubUnity/Assets/PubNub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.pubnub.sdk",
"version": "7.1.3",
"version": "7.1.4",
"displayName": "PubNub SDK",
"description": "PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks",
"unity": "2021.3",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.3
7.1.4

0 comments on commit 64403b0

Please sign in to comment.