We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0d91f commit acedf01Copy full SHA for acedf01
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "Rover",
8
defaultLocalization: "en",
9
- platforms: [.iOS(.v15)],
+ platforms: [.iOS(.v16)],
10
products: [
11
.library(
12
name: "RoverFoundation",
Sources/Foundation/Meta.swift
@@ -17,5 +17,5 @@ import Foundation
17
18
public enum Meta {
19
public static let APIVersion: Int = 2
20
- public static let SDKVersion: String = "4.10.1"
+ public static let SDKVersion: String = "4.10.2"
21
}
0 commit comments