From 4bf8cc9fa025df6e75505142f1aa7be67cdca139 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Wed, 23 Feb 2022 14:53:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20Version=20to=200.4.1=20to?= =?UTF-8?q?=20Support=20Latest=20Changes=20in=20SK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 044356e..2ca0fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sk-auth", - "version": "0.4.0", + "version": "0.4.1", "description": "Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!", "main": "dist/index.js", "module": "dist/index.esm.js",