Skip to content

Commit a6383a4

Browse files
authored
fix: Update to ParseSwift 5.10.3 (#72)
1 parent 1d2d7b7 commit a6383a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let package = Package(
2525
),
2626
.package(
2727
url: "https://github.com/netreconlab/Parse-Swift.git",
28-
.upToNextMajor(from: "5.10.1")
28+
.upToNextMajor(from: "5.10.3")
2929
)
3030
],
3131
targets: [

0 commit comments

Comments
 (0)