File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
PubNubSwiftChatSDK.xcodeproj Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : swift-chat-sdk
2
2
scm : github.com/pubnub/swift-chat-sdk
3
- version : 0.32.0
3
+ version : 0.32.1
4
4
schema : 1
5
5
changelog :
6
+ - date : 2025-08-07
7
+ version : 0.32.1
8
+ changes :
9
+ - type : bug
10
+ text : " Fix the isue with Membership's `setLastReadMessage` method when Access Manager is enabled."
6
11
- date : 2025-08-04
7
12
version : 0.32.0
8
13
changes :
@@ -192,7 +197,7 @@ sdks:
192
197
- distribution-type : source
193
198
distribution-repository : GitHub release
194
199
package-name : PubNubSwiftChatSDK
195
- location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.32.0 .zip
200
+ location : https://github.com/pubnub/swift-chat-sdk/archive/refs/tags/0.32.1 .zip
196
201
supported-platforms :
197
202
supported-operating-systems :
198
203
iOS :
Original file line number Diff line number Diff line change 972
972
"@loader_path/Frameworks",
973
973
);
974
974
MACOSX_DEPLOYMENT_TARGET = 11.0;
975
- MARKETING_VERSION = 0.32.0 ;
975
+ MARKETING_VERSION = 0.32.1 ;
976
976
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
977
977
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
978
978
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
1020
1020
"@loader_path/Frameworks",
1021
1021
);
1022
1022
MACOSX_DEPLOYMENT_TARGET = 11.0;
1023
- MARKETING_VERSION = 0.32.0 ;
1023
+ MARKETING_VERSION = 0.32.1 ;
1024
1024
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
1025
1025
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
1026
1026
OTHER_SWIFT_FLAGS = "$(inherited) -D COCOAPODS";
Original file line number Diff line number Diff line change 10
10
11
11
import Foundation
12
12
13
- let pubNubSwiftChatSDKVersion : String = " 0.32.0 "
13
+ let pubNubSwiftChatSDKVersion : String = " 0.32.1 "
You can’t perform that action at this time.
0 commit comments