From f7f56c9406d7c4c0b11b651a2b79471f155b8bfe Mon Sep 17 00:00:00 2001 From: Battlesquid <25509915+Battlesquid@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:48:50 -0700 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ae607e..a83cc84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-curl-impersonate", - "version": "1.0.0", + "version": "1.0.1", "description": "A typescript wrapper around cURL-impersonate.", "main": "dist/index.js", "scripts": {