Skip to content

Commit

Permalink
Release version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel committed Nov 22, 2012
1 parent a2c5b30 commit 6e4bd6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Edge
## 1.0.4

- nicer inspect - handful during debugging

Expand Down
4 changes: 2 additions & 2 deletions autobahn-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"outdir": "./autobahn/server",

"servers": [
{"agent": "WebSocket-Ruby<br>(1.0.3 Pure)", "url": "ws://localhost:9001", "options": {"version": 18}},
{"agent": "WebSocket-Ruby<br>(1.0.3 Native)", "url": "ws://localhost:9002", "options": {"version": 18}},
{"agent": "WebSocket-Ruby<br>(1.0.4 Pure)", "url": "ws://localhost:9001", "options": {"version": 18}},
{"agent": "WebSocket-Ruby<br>(1.0.4 Native)", "url": "ws://localhost:9002", "options": {"version": 18}},
{"agent": "Faye-WebSocket<br>(0.4.6 Thin)", "url": "ws://localhost:7000", "options": {"version": 18}},
{"agent": "EM-WebSocket<br>(0.3.8)", "url": "ws://localhost:8080", "options": {"version": 18}}
],
Expand Down
2 changes: 1 addition & 1 deletion lib/websocket/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebSocket
VERSION = '1.0.3'
VERSION = '1.0.4'
end

0 comments on commit 6e4bd6f

Please sign in to comment.