Skip to content

Commit

Permalink
bump preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Dec 27, 2011
1 parent a64dd75 commit 83ceffd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.3.8 - in progress
v0.3.8 - Dec 27th 2011
======================

* Made it possible to listen on specific paths, which is especially good to have for precreated http servers [einaros]
Expand Down
2 changes: 1 addition & 1 deletion bin/wscat
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Console.prototype.restore = function() {
*/

program
.version('0.3.7')
.version('0.3.8')
.usage('[options] <url>')
.option('-l, --listen <port>', 'listen on port')
.option('-c, --connect <url>', 'connect to a websocket server')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
"name": "ws",
"description": "simple and very fast websocket protocol client for node.js",
"version": "0.3.8-pre",
"version": "0.3.8",
"repository": {
"type": "git",
"url": "git://github.com/einaros/ws.git"
Expand Down
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
srcdir = '.'
blddir = 'build'
VERSION = '0.3.7'
VERSION = '0.3.8'

def set_options(opt):
opt.tool_options('compiler_cxx')
Expand Down

0 comments on commit 83ceffd

Please sign in to comment.