Skip to content

Commit

Permalink
fix(release): minimum ios version should be 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamann committed Jul 13, 2022
1 parent 05fbb58 commit ca103ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import PackageDescription
let package = Package(
name: "Rownd",
platforms: [
.iOS(.v14)
.iOS(.v15)
],
products: [
.library(
Expand Down

0 comments on commit ca103ad

Please sign in to comment.