2
0
mirror of https://git.coolaj86.com/coolaj86/proxy-packer.js.git synced 2025-04-21 12:20:36 +00:00

v2.0.1b: bump version in package.json

This commit is contained in:
AJ ONeal 2018-08-08 22:40:06 -06:00
parent 9241604639
commit d8dd3b32b4

View File

@ -1,6 +1,6 @@
{ {
"name": "proxy-packer", "name": "proxy-packer",
"version": "2.0.0", "version": "2.0.1",
"description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.", "description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {