Skip to content

Commit 830d0ea

Browse files
committed
Bump version to 0.0.7
1 parent 098cc93 commit 830d0ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Sources/Supabase/SupabaseClient.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ public class SupabaseClient {
7272
authURL = supabaseURL.appendingPathComponent("/auth/v1")
7373
storageURL = supabaseURL.appendingPathComponent("/storage/v1")
7474

75-
defaultHeaders = ["X-Client-Info": "supabase-swift/0.0.4", "apikey": supabaseKey]
75+
defaultHeaders = [
76+
"X-Client-Info": "supabase-swift/\(version)",
77+
"apikey": supabaseKey,
78+
]
7679

7780
auth = GoTrueClient(
7881
url: authURL,

Sources/Supabase/Version.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
let version = "0.0.7"

0 commit comments

Comments
 (0)