Skip to content

Commit

Permalink
Merge pull request #9 from BlinkID/release/v5.16.1
Browse files Browse the repository at this point in the history
Update for v5.16.1
  • Loading branch information
mijo-gracanin authored Apr 7, 2022
2 parents 36999b6 + c823f88 commit 0a52964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.4
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Microblink",
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v5.16.0/Microblink.xcframework.zip",
checksum: "45abb73a59089bb1902227df59729c3324e534ce580da61e3410c0927fa5a18a")
url: "https://github.com/BlinkID/blinkid-ios/releases/download/v5.16.1/Microblink.xcframework.zip",
checksum: "34497041dff3a215087bfceff275c5fabf88ae87347e708472365d713a733397")
]
)

0 comments on commit 0a52964

Please sign in to comment.