Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n-malynium committed May 28, 2023
1 parent adcbe62 commit 132d92c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supakit",
"version": "1.0.0-next.114",
"version": "1.0.0-next.115",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/browser/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const createBrowserClient = <
...options?.global,
headers: {
...options?.global?.headers,
'X-Client-Info': '[email protected].114'
'X-Client-Info': '[email protected].115'
}
},
auth: {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/server/locals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const locals = (async ({ event, resolve }) => {
locals.supabase = createClient(env.PUBLIC_SUPABASE_URL || '', env.PUBLIC_SUPABASE_ANON_KEY || '', {
global: {
headers: {
'X-Client-Info': '[email protected].114'
'X-Client-Info': '[email protected].115'
}
},
auth: {
Expand Down

0 comments on commit 132d92c

Please sign in to comment.