Skip to content

Commit

Permalink
Release [1.3.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Nogueira committed Nov 17, 2021
1 parent d047c5b commit 3a8b932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import PackageDescription

// Current stable version of the Livery iOS SDK
let latestVersion = "1.3.1-beta.1"
let latestVersion = "1.3.1"

// Hosting url where the release artifacts are hosted.
let hostingUrl = "https://sdk-ios-binaries.liveryvideo.com/xcframework/"
Expand All @@ -15,7 +15,7 @@ func createTarget() -> Target {
path: "\(localPath)Livery.xcframework") :
Target.binaryTarget(name: "Livery",
url: "\(hostingUrl)Livery-\(latestVersion).zip",
checksum: "b72807a46efc089c70ab268f76c0fb113f65e468961a24036901b90fdf1e7cca")
checksum: "241dd8ea83728d4b8d664b90f03121539ba0ecfb21e4a7c0f0d3d2127f4947c1")
}

let target = createTarget()
Expand Down

0 comments on commit 3a8b932

Please sign in to comment.