Skip to content

Commit

Permalink
Merge pull request #76 from sendbird/release/3.1.55
Browse files Browse the repository at this point in the history
Release 3.1.55
  • Loading branch information
mininny committed Dec 11, 2023
2 parents 700f04c + d05974e commit cbdbc85
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 5 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.55 (Dec 11, 2023)
### **Improvements**

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

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

Expand Down
4 changes: 2 additions & 2 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendBirdSDK'
s.version = "3.1.54"
s.version = "3.1.55"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Minhyuk Kim' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.54" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.55" }
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.54</string>
<string>3.1.55</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>
rfDu4gT/gxi+cWmddHlXkbsnsbk=
XttZfo3xX6mBi9Kr0MG76l46WvE=
</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.54</string>
<string>3.1.55</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit cbdbc85

Please sign in to comment.