Skip to content

Commit 033d7a3

Browse files
authored
Update min version of SPM in README
SPM caused crashes when skipping from 1.0.0 - 1.1.1. Just start from the latest and there shouldn't be an issue.
1 parent 2ff7e6d commit 033d7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import PackageDescription
4444
let package = Package(
4545
name: "YOUR_PROJECT_NAME",
4646
dependencies: [
47-
.package(url: "https://github.com/parse-community/Parse-Swift.git", from: "1.0.0"),
47+
.package(url: "https://github.com/parse-community/Parse-Swift", from: "1.1.1"),
4848
]
4949
)
5050
```

0 commit comments

Comments
 (0)