From 6c221089c0744ff99d9685e22eec99ea7855b9b0 Mon Sep 17 00:00:00 2001 From: Josh Glazebrook Date: Sun, 25 Oct 2020 21:24:41 -0700 Subject: [PATCH] 2.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9af8066..21f8add 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "socks", "private": false, - "version": "2.4.4", + "version": "2.5.0", "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", "main": "build/index.js", "typings": "typings",