Skip to content

Commit

Permalink
docs: Change min version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Mar 11, 2023
1 parent 7fe4872 commit 0fbb915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import PackageDescription
let package = Package(
name: "YOUR_PROJECT_NAME",
dependencies: [
.package(url: "https://github.com/netreconlab/Parse-Swift", .upToNextMajor(from: "4.15.0")),
.package(url: "https://github.com/netreconlab/Parse-Swift", .upToNextMajor(from: "5.1.0")),
]
)
```
Expand Down

0 comments on commit 0fbb915

Please sign in to comment.