Skip to content

Commit 119418e

Browse files
author
Guilherme Souza
committed
Update postgrest-swift to 0.0.2
1 parent 3894a07 commit 119418e

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
.package(
2626
name: "Realtime", url: "https://github.com/supabase/realtime-swift.git", .exact("0.0.1")),
2727
.package(
28-
name: "PostgREST", url: "https://github.com/supabase/postgrest-swift", .exact("0.0.1")),
28+
name: "PostgREST", url: "https://github.com/supabase/postgrest-swift", .exact("0.0.2")),
2929
],
3030
targets: [
3131
.target(

0 commit comments

Comments
 (0)