We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972bc95 commit c8fd0ebCopy full SHA for c8fd0eb
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
dependencies: [
22
.package(url: "https://github.com/supabase-community/gotrue-swift", .exactItem("0.0.3")),
23
.package(
24
- name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .exact("0.0.1")
+ name: "SupabaseStorage", url: "https://github.com/supabase/storage-swift.git", .exact("0.0.2")
25
),
26
27
name: "Realtime", url: "https://github.com/supabase/realtime-swift.git", .exact("0.0.1")),
0 commit comments