Skip to content

Commit

Permalink
Update gotrue-swift to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Souza committed Mar 27, 2022
1 parent 93c4b59 commit 3894a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/Flight-School/AnyCodable",
"state": {
"branch": null,
"revision": "b1a7a8a6186f2fcb28f7bda67cfc545de48b3c80",
"version": "0.6.2"
"revision": "22f302d4c048aafcda09a4ab5b8c0b03855316fb",
"version": "0.6.3"
}
},
{
"package": "GoTrue",
"repositoryURL": "https://github.com/supabase/gotrue-swift.git",
"state": {
"branch": null,
"revision": "2f4c23529afd1eafc16aafa72d17d4bd46437bbc",
"version": "0.0.1"
"revision": "778a7bad79cfa9c5f6185ebe78d1da38cc1dea83",
"version": "0.0.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
)
],
dependencies: [
.package(name: "GoTrue", url: "https://github.com/supabase/gotrue-swift.git", .exact("0.0.1")),
.package(name: "GoTrue", url: "https://github.com/supabase/gotrue-swift.git", .exact("0.0.2")),
.package(
name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .exact("0.0.1")
),
Expand Down

0 comments on commit 3894a07

Please sign in to comment.