diff --git a/docs/.vitepress/routes/navbar.ts b/docs/.vitepress/routes/navbar.ts
index 0fd9c64b..84fd95cf 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.2',
+ text: '0.9.3',
items: [
{
text: '0.8.2',
diff --git a/docs/.vitepress/theme/components/Layout.vue b/docs/.vitepress/theme/components/Layout.vue
index e726d834..01c12b21 100644
--- a/docs/.vitepress/theme/components/Layout.vue
+++ b/docs/.vitepress/theme/components/Layout.vue
@@ -6,6 +6,7 @@ import Banner from './Banner.vue'
const { Layout } = DefaultTheme
// Banner Configuration
+const isBannerEnabled = false
const bannerConfig = {
// Leave text empty to disable the banner
text: '🚀 NuxtAuth v0.9.0 has been released!',
@@ -22,7 +23,7 @@ const bannerConfig = {
-
+
diff --git a/package.json b/package.json
index ed686c44..7152c00f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@sidebase/nuxt-auth",
- "version": "0.9.2",
+ "version": "0.9.3",
"license": "MIT",
"type": "module",
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!",