Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shokai committed Oct 19, 2014
1 parent 033e7a5 commit 3236bc3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
websocket-client-simple (0.2.0)
websocket-client-simple (0.2.1)
event_emitter
websocket

Expand Down
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 0.2.1 2014-10-19

* bugfix socket reading

=== 0.2.0 2014-06-07

* SSL support with wss:// and https:// scheme
Expand Down
2 changes: 1 addition & 1 deletion lib/websocket-client-simple/version.rb
@@ -1,7 +1,7 @@
module WebSocket
module Client
module Simple
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end
end

0 comments on commit 3236bc3

Please sign in to comment.