Skip to content

Commit

Permalink
target v13 as we previously set this as our limit
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsonlive committed Apr 5, 2023
1 parent eace6d2 commit 6f0ab67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog
Changes
--------

* add support for Swift Package Manager (thanks @eddie-zhang)
* Add support for Swift Package Manager (thanks @eddie-zhang)


0.2.0 (12-12-2022)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "ParselyAnalytics",
platforms: [
.iOS(.v12)
.iOS(.v13)
],
products: [
.library(
Expand Down

0 comments on commit 6f0ab67

Please sign in to comment.