From 2852bc396ea8c998abc079933fdd080c13290d83 Mon Sep 17 00:00:00 2001 From: benhason1 <50466724+benhason1@users.noreply.github.com> Date: Tue, 7 Sep 2021 21:29:46 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36a0f4b..f0337f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-http-promise", - "version": "2.0.0", + "version": "1.0.0", "keywords": ["nestjs", "http", "promise", "retry", "retries", "axios"], "description": "promise implementation of nestjs http module with retries feature using axios-retry and axios", "author": "Ben Hason",