From 3d4af288c081c51d93cec25ab49dbdc2cfb6d257 Mon Sep 17 00:00:00 2001 From: Jens Mikkelsen Date: Thu, 4 Feb 2021 13:41:46 -0300 Subject: [PATCH] Bump version to republish new build --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/package.json b/core/package.json index 378ce6c..8d6e470 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@clevertech.biz/auth-core", - "version": "3.0.0", + "version": "3.0.1", "description": "The set of utilities necessary to build an authentication service. This does not include templates, views, styles, or transport layer.", "keywords": [], "main": "dist/library.js",