Skip to content

Commit

Permalink
Release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 19, 2021
1 parent dd93aab commit d53454b
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.4/MatrixSDK.xcframework.zip", checksum: "368a357321b75d390490cf8925c423f7861461ca383609c690137305cfe04860")
.binaryTarget(name: "MatrixSDK", url: "https://github.com/niochat/MatrixSDK/releases/download/v0.19.0/MatrixSDK.xcframework.zip", checksum: "d67a8b1d1424f3353cfc977e91458378c93d726df8703db666e65295b18a1ed6")
]
)

0 comments on commit d53454b

Please sign in to comment.