From cd6b492a154c07213c0a9802ef44538a22ca1f92 Mon Sep 17 00:00:00 2001 From: simplymichael Date: Fri, 18 Dec 2020 13:56:05 +0100 Subject: [PATCH] docs(package.json (version-bump)): bump the version from 1.0.2 to 1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e0b27b..488b119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-user-manager", - "version": "1.0.2", + "version": "1.0.3", "description": "A user management and authentication library for Express apps.", "main": "src/index.js", "scripts": {