Skip to content

Commit

Permalink
Release 3.1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Nov 10, 2023
1 parent a9d7bea commit a3d7d2a
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.1.54 (Nov 10, 2023)
### **Improvements**

- Fixed a crash that could occur when closing websocket connection.

## 3.1.53 (Sep 27, 2023)
### **Improvements**

Expand Down
10 changes: 6 additions & 4 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@

Pod::Spec.new do |s|
s.name = 'SendBirdSDK'
s.version = "3.1.53"
s.version = "3.1.54"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
s.license = 'Commercial'
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]',
'Damon Park' => '[email protected]'
'Damon Park' => '[email protected]',
'Tez Park' => '[email protected]',
'Young Hwang' => '[email protected]',
'Minhyuk Kim' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.53" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.54" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.53</string>
<string>3.1.54</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
</data>
<key>Info.plist</key>
<data>
+wqm4zPMkBXCH7XlL1hYIsDJCSY=
rfDu4gT/gxi+cWmddHlXkbsnsbk=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.53</string>
<string>3.1.54</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit a3d7d2a

Please sign in to comment.