From ccd128343798af4b985630d6a2e6b1f3b182e7c5 Mon Sep 17 00:00:00 2001 From: hisco <39222286+hisco@users.noreply.github.com> Date: Wed, 31 Jul 2019 07:36:02 +0300 Subject: [PATCH] publish --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59467c3..fe50aef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http2-client", - "version": "1.3.2", + "version": "1.3.3", "description": "Drop-in replacement for Nodes http and https that transparently make http request to both http1 / http2 server, it's using the ALPN protocol", "main": "lib/index.js", "scripts": {