Skip to content

Commit 61adfd9

Browse files
author
Guilherme Souza
committed
Bump X-Client-Info version
1 parent 119418e commit 61adfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Supabase/SupabaseClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class SupabaseClient {
6666
authUrl = "\(supabaseUrl)/auth/v1"
6767
storageUrl = "\(supabaseUrl)/storage/v1"
6868

69-
defaultHeaders = ["X-Client-Info": "supabase-swift/0.0.1", "apikey": supabaseKey]
69+
defaultHeaders = ["X-Client-Info": "supabase-swift/0.0.5", "apikey": supabaseKey]
7070

7171
auth = GoTrueClient(
7272
url: authUrl,

0 commit comments

Comments
 (0)