From 3f0aa6ee5bd8be5512f272fa7e4b535e6c17030f Mon Sep 17 00:00:00 2001 From: Ian Dela Cruz Date: Mon, 26 Apr 2021 06:20:44 +0800 Subject: [PATCH] Update package.json Bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2e8b534..09d9353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kdcio/api-gw-resp", - "version": "1.7.1", + "version": "1.7.3", "description": "API Gateway response builder", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -92,4 +92,4 @@ "pretty-quick --staged" ] } -} \ No newline at end of file +}