From 4337e14e81c0372a56a31d906d73dd3567ed81f0 Mon Sep 17 00:00:00 2001 From: rajulbabel Date: Fri, 25 May 2018 20:09:15 +0530 Subject: [PATCH] version upgrade --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eac86ae..082b13c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bluebird-promise-profiler", - "version": "1.2.3", + "version": "1.3.0", "description": "This repo will profile your code by giving the execution time of all promises in a json without disturbing the production level code.", "main": "./build/promise_profiler.js", "scripts": {