Skip to content

Commit

Permalink
Bump X-Client-Info version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Souza committed Apr 1, 2022
1 parent 119418e commit 61adfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Supabase/SupabaseClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class SupabaseClient {
authUrl = "\(supabaseUrl)/auth/v1"
storageUrl = "\(supabaseUrl)/storage/v1"

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

auth = GoTrueClient(
url: authUrl,
Expand Down

0 comments on commit 61adfd9

Please sign in to comment.