Skip to content

Commit 807d22c

Browse files
committed
Bump up to v1.0.0-beta.3
1 parent 471c29b commit 807d22c

File tree

5 files changed

+223
-223
lines changed

5 files changed

+223
-223
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
### v1.0.0-beta.2 (Sep 30, 2024)
2-
- Fixed multiple navigationBars appearing issue
1+
### v1.0.0-beta.3 (Oct 07, 2024)
2+
- Fixed an issue that was not available SDK in xcode 15

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ let package = Package(
2323
targets: [
2424
.binaryTarget(
2525
name: "SendbirdSwiftUI",
26-
url: "https://github.com/sendbird/sendbird-swiftui-ios/releases/download/1.0.0-beta.2/SendbirdSwiftUI.xcframework.zip",
27-
checksum: "097139b0498cf40ad4840f62a6366cd6eea7ffc0683995c03152dd19131e9913"
26+
url: "https://github.com/sendbird/sendbird-swiftui-ios/releases/download/1.0.0-beta.3/SendbirdSwiftUI.xcframework.zip",
27+
checksum: "4aad0185e8ebf1b305cfbf984e29312faf4084925c40e774d77b8328477fc4a4"
2828

2929
),
3030
.target(

0 commit comments

Comments
 (0)