Skip to content

Commit

Permalink
version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gruis committed Dec 2, 2014
1 parent 17da78c commit 7620c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.3.1
- [#10](https://github.com/simulacre/sinatra-websocket/issues/10): Event machine not initialized error on close
- [#12](https://github.com/simulacre/sinatra-websocket/issues/12): Don't use Thin 2.0.0

## 0.3.0
- [#6](https://github.com/simulacre/sinatra-websocket/pull/6): check for the existence of async.orig_callback - [@crazed](https://github.com/crazed)

Expand Down
2 changes: 1 addition & 1 deletion lib/sinatra-websocket/version.rb
@@ -1,4 +1,4 @@
module SinatraWebsocket
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit 7620c5f

Please sign in to comment.