From 656650f33240102c2b1ee5691bf4f2bb09a13343 Mon Sep 17 00:00:00 2001 From: fraxken Date: Fri, 8 Sep 2023 16:04:43 +0200 Subject: [PATCH] 2.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b62eea..c28acdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@myunisoft/httpie", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@myunisoft/httpie", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@openally/result": "^1.2.0", diff --git a/package.json b/package.json index f9bc99a..f578e6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myunisoft/httpie", - "version": "2.0.1", + "version": "2.0.2", "description": "MyUnisoft Node.js HTTP client that use Undici client", "main": "dist/index.js", "types": "dist/index.d.ts",