Skip to content

Commit 6031812

Browse files
committed
Bump version to 0.1.3.
1 parent 392c672 commit 6031812

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.1.3 / 2017-11-11
2+
3+
* Accept extension names and parameters including uppercase letters
4+
15
### 0.1.2 / 2015-02-19
26

37
* Make it safe to call `Extensions#close` if the handshake is not complete

LICENSE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# License
1+
# The MIT license
22

3-
(The MIT license)
4-
5-
Copyright (c) 2014-2016 James Coglan
3+
Copyright (c) 2014-2017 James Coglan
64

75
Permission is hereby granted, free of charge, to any person obtaining a copy of
86
this software and associated documentation files (the 'Software'), to deal in

websocket-extensions.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'websocket-extensions'
3-
s.version = '0.1.2'
3+
s.version = '0.1.3'
44
s.summary = 'Generic extension manager for WebSocket connections'
55
s.author = 'James Coglan'
66
s.email = 'jcoglan@gmail.com'

0 commit comments

Comments
 (0)