diff --git a/docs/.vitepress/routes/navbar.ts b/docs/.vitepress/routes/navbar.ts index 84fd95cf..052865df 100644 --- a/docs/.vitepress/routes/navbar.ts +++ b/docs/.vitepress/routes/navbar.ts @@ -44,7 +44,7 @@ export const routes: DefaultTheme.Config['nav'] = [ ], }, { - text: '0.9.3', + text: '0.9.4', items: [ { text: '0.8.2', diff --git a/package.json b/package.json index 7152c00f..811df390 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sidebase/nuxt-auth", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "type": "module", "description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",