We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421480f commit adf29adCopy full SHA for adf29ad
Sources/FaceLiveness/Utilities/UserAgent.swift
@@ -57,7 +57,7 @@ struct UserAgentValues {
57
swiftVersion: Swift().version(),
58
unameMachine: Device.current.machine.replacingOccurrences(of: ",", with: "_"),
59
locale: Locale.current.identifier,
60
- lib: "lib/amplify-ui-swift-face-liveness/1.0.1",
+ lib: "lib/amplify-ui-swift-face-liveness/1.1.0",
61
additionalMetadata: additionalMetadata
62
)
63
}
0 commit comments