Skip to content

Commit

Permalink
Release v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 24, 2021
1 parent 8d0a540 commit 6da4680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ let package = Package(
.library(name: "MatrixSDK", targets: ["MatrixSDK"])
],
targets: [
.binaryTarget(name: "MatrixSDK", url: "https://github.com/niochat/MatrixSDK/releases/download/v0.18.1/MatrixSDK.xcframework.zip", checksum: "50b79a015add527f3d85cdb180912441748a53f81256bf17599552d0edf4d6fa")
.binaryTarget(name: "MatrixSDK", url: "https://github.com/niochat/MatrixSDK/releases/download/v0.18.2/MatrixSDK.xcframework.zip", checksum: "28a6e779c3a7fe08dcc8b2d9fca676ec3f17da2770db85614eee31fef057943e")
]
)

0 comments on commit 6da4680

Please sign in to comment.