diff --git a/jsr.json b/jsr.json index b0d0e4e..8329730 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@proxymesh/javascript-proxy-headers", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "exports": "./mod.ts" } diff --git a/package.json b/package.json index c9a9a31..d35f314 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "javascript-proxy-headers", - "version": "0.2.0", + "version": "0.2.1", "description": "Extensions for JavaScript HTTP libraries to support sending and receiving custom proxy headers during HTTPS CONNECT tunneling", "type": "module", "main": "index.js",