diff --git a/HISTORY.md b/HISTORY.md index 49562d6..37dfed4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,9 @@ Version history =============== +### 3.3.4 (2016-04-22) ### +* More PR bugfixes (https://github.com/molnarg/node-http2/issues?q=milestone%3Av3.3.4) + ### 3.3.3 (2016-04-21) ### * Bugfixes from pull requests (https://github.com/molnarg/node-http2/search?q=milestone%3Av3.3.3&type=Issues&utf8=%E2%9C%93) diff --git a/package.json b/package.json index 9fe2b80..e774c7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http2", - "version": "3.3.3", + "version": "3.3.4", "description": "An HTTP/2 client and server implementation", "main": "lib/index.js", "engines" : {