File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
PubNubUnity/Assets/PubNub Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- version : v7.1.3
2
+ version : v7.1.4
3
3
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."
4
9
- date : 2023-11-28
5
10
version : v7.1.3
6
11
changes :
@@ -709,7 +714,7 @@ sdks:
709
714
distribution-type : package
710
715
distribution-repository : git release
711
716
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
713
718
requires :
714
719
-
715
720
name : " UnityEditor"
@@ -876,7 +881,7 @@ sdks:
876
881
distribution-type : package
877
882
distribution-repository : git release
878
883
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
880
885
requires :
881
886
-
882
887
name : " UnityEditor"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.pubnub.sdk" ,
3
- "version" : " 7.1.3 " ,
3
+ "version" : " 7.1.4 " ,
4
4
"displayName" : " PubNub SDK" ,
5
5
"description" : " PubNub Real-time Cloud-Hosted Push API and Push Notification Client Frameworks" ,
6
6
"unity" : " 2021.3" ,
Original file line number Diff line number Diff line change 1
- 7.1.3
1
+ 7.1.4
You can’t perform that action at this time.
0 commit comments