From cb3bc341d936aa40380ba8e6585e9ff12ce1e81c Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Mon, 14 Mar 2022 15:23:35 +0000 Subject: [PATCH] ci: version bump to 3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ff47dcb..9ee217b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "auth-server-template", "description": "Auth Server Template is a generic open-source authentication server that has a simple yet powerful design to connect your business with all OAuth 2.0 and OAuth supporting third-party companies (like Google, Facebook, Twitter, or LinkedIn). It also supports a basic username-password authentication system.", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "main": "auth-server.main.ts", "scripts": {