Skip to content

Commit 5ef413d

Browse files
authored
chore: Pinning Amplify version up to 2.15.x (#28)
1 parent f96d96f commit 5ef413d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Package.resolved

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["Authenticator"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.8.1"),
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", "2.8.1"..<"2.16.0"),
1717
],
1818
targets: [
1919
.target(

Sources/Authenticator/Constants/ComponentInformation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import Foundation
99

1010
public class ComponentInformation {
11-
public static let version = "1.0.1"
11+
public static let version = "1.0.2"
1212
public static let name = "amplify-ui-swift-authenticator"
1313
}

0 commit comments

Comments
 (0)