Skip to content

Commit adf29ad

Browse files
authored
chore: update user agent string with correct library version (#42)
1 parent 421480f commit adf29ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FaceLiveness/Utilities/UserAgent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct UserAgentValues {
5757
swiftVersion: Swift().version(),
5858
unameMachine: Device.current.machine.replacingOccurrences(of: ",", with: "_"),
5959
locale: Locale.current.identifier,
60-
lib: "lib/amplify-ui-swift-face-liveness/1.0.1",
60+
lib: "lib/amplify-ui-swift-face-liveness/1.1.0",
6161
additionalMetadata: additionalMetadata
6262
)
6363
}

0 commit comments

Comments
 (0)