Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
einaros committed Mar 21, 2012
1 parent 6106a11 commit c540220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"version": "0.4.8",
"version": "0.4.9",
"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
Expand Up @@ -3,7 +3,7 @@ import subprocess

srcdir = '.'
blddir = 'build'
VERSION = '0.4.8'
VERSION = '0.4.9'

def node_arch():
if sys.platform != 'darwin':
Expand Down

0 comments on commit c540220

Please sign in to comment.