Bump version to 0.1.2.

This commit is contained in:
James Coglan
2015-11-06 22:20:36 +00:00
parent d5238e2837
commit bbef7fbbcb
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
### 0.1.2 / 2015-11-06
* The server does not send `server_max_window_bits` if the client does not ask
for it; this works around an issue in Firefox.
### 0.1.1 / 2014-12-18
* Don't allow configure() to be called with unrecognized options
+1 -1
View File
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'permessage_deflate'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Per-message DEFLATE compression extension for WebSocket connections'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'