Skip to content

Commit f1b6062

Browse files
authored
chore: kickoff release
2 parents 94a3f34 + 26f1f21 commit f1b6062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33
import PackageDescription
44

55
let platforms: [SupportedPlatform] = [
66
.iOS(.v13),
77
.macOS(.v10_15),
88
.tvOS(.v13),
9-
.watchOS(.v7)
9+
.watchOS(.v9)
1010
]
1111
let dependencies: [Package.Dependency] = [
1212
.package(url: "https://github.com/awslabs/aws-sdk-swift.git", exact: "0.13.0"),

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.
3232
| iOS | 13+ | GA |
3333
| macOS | 10.15+ | GA |
3434
| tvOS | 13+ | GA |
35-
| watchOS | 7+ | GA |
35+
| watchOS | 9+ | GA |
3636
| visionOS | 1+ | Preview* |
3737

3838
> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.

0 commit comments

Comments
 (0)