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 May 31, 2022
1 parent 6c22a1d commit 8f45c1e
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.18 (May 31, 2022)
* Improved stability.

### v3.1.17 (May 27, 2022)
* Fixed a bug that returns the wrong token for changelogs in channel sync.

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.17/SendBirdSDK.xcframework.zip",
checksum: "fee640d9ecc5e0e4d95f998d41e04a976a8192a53ac4c2bc48d89f932df2a589"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.18/SendBirdSDK.xcframework.zip",
checksum: "2592446c55c98d3937956f755172707ffb95d687948657c9e9f140560954695b"
),
]
)

0 comments on commit 8f45c1e

Please sign in to comment.