Skip to content

Commit

Permalink
Bump minimal version on Package.swift
Browse files Browse the repository at this point in the history
This fix issue #314
  • Loading branch information
phoenisis committed Apr 12, 2022
1 parent 319deb9 commit 33049fd
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 @@ -4,7 +4,7 @@ import PackageDescription
let package = Package(
name: "Agrume",
platforms: [
.iOS(.v9)
.iOS(.v13)
],
products: [
.library(name: "Agrume", targets: ["Agrume"])
Expand Down

0 comments on commit 33049fd

Please sign in to comment.