Skip to content

Commit

Permalink
v5.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
张双义 committed Jul 26, 2023
1 parent d7b1fd4 commit a8fc96b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,12 @@ chatViewManager.orientationMask = UIInterfaceOrientationMaskPortrait;
#### 更新记录:
sdk v5.2.14版本更新功能:
1、优化用户反馈提交结果提示
-----
sdk v5.2.13版本更新功能:
1、优化历史消息加载
Expand Down
2 changes: 1 addition & 1 deletion UdeskSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'UdeskSDK'
s.version = '5.2.13'
s.version = '5.2.14'
s.license = 'MIT'
s.summary = 'Udesk SDK for iOS'
s.homepage = 'https://github.com/udesk/UdeskSDK-iOS'
Expand Down
Binary file modified UdeskSDK/SDK/libUdesk.a
Binary file not shown.
4 changes: 2 additions & 2 deletions UdeskSDKExample/UdeskSDKExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2505,7 +2505,7 @@
"$(inherited)",
"\"$(SRCROOT)/../UdeskSDK/SDK\"",
);
MARKETING_VERSION = 5.2.13;
MARKETING_VERSION = 5.2.14;
OTHER_LDFLAGS = (
"$(inherited)",
"-l\"c++\"",
Expand Down Expand Up @@ -2598,7 +2598,7 @@
"$(inherited)",
"\"$(SRCROOT)/../UdeskSDK/SDK\"",
);
MARKETING_VERSION = 5.2.13;
MARKETING_VERSION = 5.2.14;
OTHER_LDFLAGS = (
"$(inherited)",
"-l\"c++\"",
Expand Down

0 comments on commit a8fc96b

Please sign in to comment.