Skip to content

Commit

Permalink
Release - 3.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Apr 26, 2023
1 parent f7368f3 commit 3f485e5
Show file tree
Hide file tree
Showing 2 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.48 (Apr 26, 2023)

### **Improvements**

- Updated iOS deployment target to 11.0 for Xcode 14.1+

## v3.1.47 (Apr 13, 2023)

### **Improvements**
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.47/SendBirdSDK.xcframework.zip",
checksum: "741a31653c0bce7b0653929da99dbde226e312414d24c5adc0051ca1014f8703"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.48/SendBirdSDK.xcframework.zip",
checksum: "65b379a63a32dc90e93c5f2f4546ab25e2a900d6eac2f215b2495fa1d76d7f65"
),
]
)

0 comments on commit 3f485e5

Please sign in to comment.