From 1b3c804590cc69cd43a5e04210903d9a85a9328c Mon Sep 17 00:00:00 2001 From: Dan6erbond Date: Tue, 25 May 2021 09:57:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=20`0.3.2`?= 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 871bf2c..11517df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sk-auth", - "version": "0.3.1", + "version": "0.3.2", "description": "Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!", "main": "dist/index.js", "types": "dist/index.d.ts",