Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Feb 4, 2012
1 parent 23521ea commit 8c39ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
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.4.1",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "git://github.com/einaros/ws.git"
Expand Down
2 changes: 1 addition & 1 deletion wscript
@@ -1,6 +1,6 @@
srcdir = '.'
blddir = 'build'
VERSION = '0.4.1'
VERSION = '0.4.2'

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

0 comments on commit 8c39ca5

Please sign in to comment.