From b1280b336795ff59b9adb414446efa68d6269e80 Mon Sep 17 00:00:00 2001 From: Janishar Ali Date: Sat, 11 Apr 2020 21:11:18 +0530 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e76a5e4..476a797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-backend-architecture", - "version": "1.0.1", + "version": "1.0.2", "description": "The architecture for nodejs backend application. It is build on top of expressjs using typescript.", "main": "index.js", "scripts": {