From 42252e991ede57aa5d0eb37454c50d3f2729b671 Mon Sep 17 00:00:00 2001 From: Ricardo Machado Date: Mon, 29 Jan 2024 11:18:49 -0500 Subject: [PATCH] Adjust version Adjust version Signed-off-by: Ricardo Machado --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a38ac2..370c295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@villedemontreal/http-request", - "version": "7.4.8", + "version": "7.4.9", "description": "HTTP utilities - send HTTP requests with proper headers, etc.", "main": "dist/src/index.js", "typings": "dist/src",