From 44475f8da59300bbaadb4194a71525a764258c76 Mon Sep 17 00:00:00 2001 From: Kevin Jennison Date: Sun, 5 Nov 2023 14:03:58 -0500 Subject: [PATCH] 1.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64968a7c..7162f97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-firebase-auth", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple Firebase authentication for all Next.js rendering strategies", "keywords": [ "Next", @@ -137,4 +137,4 @@ "files": [ "/build" ] -} \ No newline at end of file +}