From e7d817d847f47fefe0a26abc49eafce134156975 Mon Sep 17 00:00:00 2001 From: Nikola Mihaylov Date: Tue, 19 Jan 2021 15:42:02 +0200 Subject: [PATCH] Up the package.json version --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fa0091..2a70570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@luckbox/http-adapter-factory", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9494ea3..4811de0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@luckbox/http-adapter-factory", - "version": "1.0.0", + "version": "1.0.1", "description": "Easy to use http adapter factory with support for GET/POST.", "author": "Luckbox", "main": "dist/index.js",