Skip to content

Commit 36e0013

Browse files
Release - 3.1.33
1 parent a2da456 commit 36e0013

File tree

14 files changed

+9
-5
lines changed

14 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v3.1.33 (Oct 27, 2022)
4+
5+
- Fixed metaArrays not being copied when copying a userMessage
6+
37
## v3.1.32 (Oct 25, 2022)
48

59
### Improvements

SendBirdSDK.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendBirdSDK'
4-
s.version = "3.1.32"
4+
s.version = "3.1.33"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
'Celine Moon' => '[email protected]',
1212
'Erenst Hong' => '[email protected]'
1313
}
14-
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.32" }
14+
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.33" }
1515
s.requires_arc = true
1616
s.platform = :ios, '9.0'
1717
s.documentation_url = 'https://docs.sendbird.com/'
Binary file not shown.
Binary file not shown.

Sources/SendBirdSDK.xcframework/ios-arm64_armv7/dSYMs/SendBirdSDK.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.1.32</string>
16+
<string>3.1.33</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
Binary file not shown.

0 commit comments

Comments
 (0)