Bump version to 0.1.3.

This commit is contained in:
James Coglan
2016-05-20 08:43:21 +01:00
parent 5fa83fd517
commit db21758f3b
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
### 0.1.3 / 2016-05-20
* Amend all warnings issued when running with -W2
### 0.1.2 / 2015-11-06
* The server does not send `server_max_window_bits` if the client does not ask
+1 -1
View File
@@ -70,7 +70,7 @@ can be used to set the local session's behaviour and control that of the peer:
(The MIT License)
Copyright (c) 2014-2015 James Coglan
Copyright (c) 2014-2016 James Coglan
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
+1 -1
View File
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'permessage_deflate'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Per-message DEFLATE compression extension for WebSocket connections'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'