From ed97f552deb970001496606532c2034952d1cac1 Mon Sep 17 00:00:00 2001 From: Thomas GENTILHOMME Date: Fri, 22 Jul 2022 15:05:24 +0200 Subject: [PATCH] 1.9.1 --- 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 5d6e92e..e995688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@myunisoft/httpie", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@myunisoft/httpie", - "version": "1.9.0", + "version": "1.9.1", "license": "MIT", "dependencies": { "content-type": "^1.0.4", diff --git a/package.json b/package.json index fa0a2a3..266b146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myunisoft/httpie", - "version": "1.9.0", + "version": "1.9.1", "description": "MyUnisoft Node.js HTTP client that use Undici client", "main": "dist/index.js", "types": "dist/index.d.ts",