From d980240fd9644ff750ecfcc33b32891e1b691868 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Sun, 23 May 2021 22:10:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=20`0.2.0`?= 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 611a482..dc1b898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sk-auth", - "version": "0.1.1", + "version": "0.2.0", "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",