Skip to content

Commit 33685c5

Browse files
committed
Bump version number
1 parent 01d8e95 commit 33685c5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version history
22
===============
33

4+
### 3.1.1 (2015-01-29) ###
5+
6+
* Bugfix release.
7+
* Fixes an issue sending a push promise that is large enough to fill the frame (#93).
8+
49
### 3.1.0 (2014-12-11) ###
510

611
* Upgrade to the latest draft: [draft-ietf-httpbis-http2-16]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http2",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "An HTTP/2 client and server implementation",
55
"main": "lib/index.js",
66
"engines" : {

0 commit comments

Comments
 (0)