Skip to content

Commit

Permalink
fix accidental commit of testing code and bumping version for breakin…
Browse files Browse the repository at this point in the history
…g node version dependency
  • Loading branch information
nwwells committed Feb 21, 2017
1 parent a497760 commit c6dfcf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/wscat
Expand Up @@ -49,7 +49,7 @@ Console.Colors = {
Red: '\033[31m',
Green: '\033[32m',
Yellow: '\033[33m',
Blue: '\033[37m',
Blue: '\033[34m',
Default: '\033[39m'
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wscat",
"version": "1.2.0",
"version": "2.0.0",
"description": "WebSocket cat",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c6dfcf8

Please sign in to comment.