Skip to content

Commit

Permalink
Merge pull request #72 from sendbird/release/3.1.51
Browse files Browse the repository at this point in the history
Release - 3.1.51
  • Loading branch information
mininny authored Jul 7, 2023
2 parents 343f8da + ecc3d7b commit 9a1d5c5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v3.1.51 (Jul 7, 2023)

### **Improvements**

- Improved stability
- Fixed an issue where completionHandler of `SBDMain.initWithApplication` does not get called if `useCaching` is set to `false`

## v3.1.50 (Jun 19, 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.50"
s.version = "3.1.51"
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.50" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.51" }
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.50</string>
<string>3.1.51</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>
zrP/fyudPOzo6c+O2MmSU8eba9s=
fLahvwTugIin1u0cfORPqzjJxJk=
</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.50</string>
<string>3.1.51</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit 9a1d5c5

Please sign in to comment.