From e2106be56f5d99946b4fcfa6684672ab9e933018 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 31 May 2020 23:50:04 -0700 Subject: [PATCH] update to JSONAPI v4 release --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 3194401..186ba9a 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index e06a878..7fc1600 100644 --- a/Package.swift +++ b/Package.swift @@ -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.