File tree Expand file tree Collapse file tree 4 files changed +12
-5
lines changed
PubNubUnity/Assets/PubNub Expand file tree Collapse file tree 4 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- version : v7.1.2
2
+ version : v7.1.3
3
3
changelog :
4
+ - date : 2023-11-28
5
+ version : v7.1.3
6
+ changes :
7
+ - type : bug
8
+ text : " Handle unencrypted message while getting it with CryptoModule configured."
9
+ - type : bug
10
+ text : " Fixes issue of default serialisation settings applied globally."
4
11
- date : 2023-10-30
5
12
version : v7.1.2
6
13
changes :
@@ -702,7 +709,7 @@ sdks:
702
709
distribution-type : package
703
710
distribution-repository : git release
704
711
package-name : PubNub.unitypackage
705
- location : https://github.com/pubnub/unity/releases/download/v7.1.2 /PubNub.unitypackage
712
+ location : https://github.com/pubnub/unity/releases/download/v7.1.3 /PubNub.unitypackage
706
713
requires :
707
714
-
708
715
name : " UnityEditor"
@@ -869,7 +876,7 @@ sdks:
869
876
distribution-type : package
870
877
distribution-repository : git release
871
878
package-name : PubNub.unitypackage
872
- location : https://github.com/pubnub/unity/releases/download/v7.1.2 /PubNub.unitypackage
879
+ location : https://github.com/pubnub/unity/releases/download/v7.1.3 /PubNub.unitypackage
873
880
requires :
874
881
-
875
882
name : " UnityEditor"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.pubnub.sdk" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.1.3 " ,
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.2
1
+ 7.1.3
You can’t perform that action at this time.
0 commit comments