Skip to content

Commit af739f9

Browse files
authored
Merge pull request #27 from AngCosmin/master
Update Supabase Storage version
2 parents 972bc95 + c8fd0eb commit af739f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
dependencies: [
2222
.package(url: "https://github.com/supabase-community/gotrue-swift", .exactItem("0.0.3")),
2323
.package(
24-
name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .exact("0.0.1")
24+
name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .exact("0.0.2")
2525
),
2626
.package(
2727
name: "Realtime", url: "https://github.com/supabase/realtime-swift.git", .exact("0.0.1")),

0 commit comments

Comments
 (0)