Skip to content

Commit

Permalink
update to JSONAPI v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jun 1, 2020
1 parent 4e479f5 commit e2106be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/mattpolzin/JSONAPI",
"state": {
"branch": null,
"revision": "5b0a01620954ba89c7d1d8f82dfcbf6fd777d17e",
"version": "4.0.0-rc.3.2"
"revision": "51cb140ebf27949d1185227e3eaef5a54d9a3bee",
"version": "4.0.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/typelift/SwiftCheck", .upToNextMinor(from: "0.12.0")),
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0-alpha.3.2"),
.package(url: "https://github.com/mattpolzin/JSONAPI", from: "4.0.0"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit e2106be

Please sign in to comment.