Skip to content

Commit

Permalink
Release - 3.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jan 12, 2023
1 parent 6670477 commit 30f5256
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.40 (Jan 12, 2023)

## Improvements

- Fixed crash issue when closing websocket

## v3.1.39 (Jan 04, 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.39/SendBirdSDK.xcframework.zip",
checksum: "cc0faad4f7a1368dd83c65a9656c6cd487169c22865d9149c511eb45dca47407"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.40/SendBirdSDK.xcframework.zip",
checksum: "0140a46ce0832f091c48d7f54fefc6b926a82f9d6d63a83f1d964d71b405a37d"
),
]
)

0 comments on commit 30f5256

Please sign in to comment.