From ab384b38052a0c1a39103a55d7268d8e27d8635f Mon Sep 17 00:00:00 2001 From: Eric Sexton Date: Tue, 16 Jan 2024 10:59:49 -0500 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e53f1af..449c5c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@foopis23/auth-hono", - "version": "1.0.1", + "version": "1.1.0", "description": "Authentication for Hono", "main": "dist/index.js", "private": false,