Skip to content

Commit

Permalink
chore: kickoff release
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Jun 26, 2024
2 parents 60785be + 54ac57c commit 2f3f21a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/aws-amplify/amplify-swift",
"state" : {
"revision" : "6c73bf77e8df9634b311de325927610188261ab4",
"version" : "2.33.6"
"revision" : "dbc4a0412f4b5cd96f3e756e78bbd1e8e0a35a2f",
"version" : "2.35.4"
}
},
{
Expand Down Expand Up @@ -50,17 +50,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/stephencelis/SQLite.swift.git",
"state" : {
"revision" : "e78ae0220e17525a15ac68c697a155eb7a672a8e",
"version" : "0.15.0"
"revision" : "a95fc6df17d108bd99210db5e8a9bac90fe984b8",
"version" : "0.15.3"
}
},
{
"identity" : "swift-log",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-log.git",
"state" : {
"revision" : "e97a6fcb1ab07462881ac165fdbb37f067e205d5",
"version" : "1.5.4"
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
"version" : "1.6.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["FaceLiveness"]),
],
dependencies: [
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.33.6")
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.35.4")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions Sources/FaceLiveness/Utilities/UserAgent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import UIKit
import AWSPluginsCore
import InternalAmplifyCredentials

struct UserAgentValues {

Expand Down Expand Up @@ -55,7 +55,7 @@ struct UserAgentValues {

static func standard(additionalMetadata: KeyValuePairs<String, String> = [:]) -> Self {
return .init(
amplifyVersion: AWSPluginsCore.AmplifyAWSServiceConfiguration.amplifyVersion,
amplifyVersion: AmplifyAWSServiceConfiguration.amplifyVersion,
os: UIDevice.current.systemName.replacingOccurrences(of: " ", with: "-"),
osVersion: UIDevice.current.systemVersion,
swiftVersion: Swift().version(),
Expand Down

0 comments on commit 2f3f21a

Please sign in to comment.