Skip to content

Commit acedf01

Browse files
author
Rover Release Bot 🤖
committed
Releasing 4.10.2
1 parent ae0d91f commit acedf01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "Rover",
88
defaultLocalization: "en",
9-
platforms: [.iOS(.v15)],
9+
platforms: [.iOS(.v16)],
1010
products: [
1111
.library(
1212
name: "RoverFoundation",

Sources/Foundation/Meta.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ import Foundation
1717

1818
public enum Meta {
1919
public static let APIVersion: Int = 2
20-
public static let SDKVersion: String = "4.10.1"
20+
public static let SDKVersion: String = "4.10.2"
2121
}

0 commit comments

Comments
 (0)