Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 11, 2021
1 parent 1fc6790 commit f54c149
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.17.11/MatrixSDK.xcframework.zip", checksum: "0a7ecab69d6b897344def28572738e0df020ec26a20df871312bd01b004cb701")
.binaryTarget(name: "MatrixSDK", url: "https://github.com/niochat/MatrixSDK/releases/download/v0.18.0/MatrixSDK.xcframework.zip", checksum: "04b2d6d4f22ea211df5514a5687ebfaa6e4283fbe362566fc0bc935cd9137ceb")
]
)

0 comments on commit f54c149

Please sign in to comment.