Skip to content

Commit

Permalink
* Improved stability.
Browse files Browse the repository at this point in the history
  • Loading branch information
sf-jed-kyung committed Apr 5, 2022
1 parent a75c898 commit 4f2d6bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

### v3.1.12 (Apr 5, 2022)
* Improved stability.

### v3.1.11 (Apr 4, 2022)
* Improved stability.

Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.11/SendBirdSDK.xcframework.zip",
checksum: "fc1b91b6e08899d1ee692a83339f397d2832459be882f9147bd317412891df28"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.12/SendBirdSDK.xcframework.zip",
checksum: "2a72a964c148b1fea7b876fb5c3147f04baed3c77c843436dd90ebd97216a085"
),
]
)

0 comments on commit 4f2d6bb

Please sign in to comment.