Skip to content

Commit

Permalink
Merge pull request #74 from sendbird/release/3.1.53
Browse files Browse the repository at this point in the history
Release 3.1.53
  • Loading branch information
mininny committed Sep 27, 2023
2 parents e906109 + 4518111 commit a9d7bea
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.53 (Sep 27, 2023)
### **Improvements**

- Fixed an intermittent crash issue when receiving pinned messages.

## 3.1.52 (Aug 24, 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.52"
s.version = "3.1.53"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
'Ernest Hong' => '[email protected]',
'Damon Park' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.52" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.53" }
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.52</string>
<string>3.1.53</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>
fYxxBcioV6PV1z8vpUKZycWdClE=
+wqm4zPMkBXCH7XlL1hYIsDJCSY=
</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.52</string>
<string>3.1.53</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit a9d7bea

Please sign in to comment.