Skip to content

Commit

Permalink
Release - 3.1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Apr 13, 2023
1 parent 483a0ee commit 901fab9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.1.46 (Apr 13, 2023)

### **Improvements**

- Fixed crash issue that occurs when websocket disconnects

## v3.1.45 (Apr 07, 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.45"
s.version = "3.1.46"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Erenst Hong' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.45" }
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.46" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://docs.sendbird.com/'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 901fab9

Please sign in to comment.