Skip to content

Commit

Permalink
version bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericz committed Jan 16, 2012
1 parent 3ce9556 commit 417cd46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bin/build.js
Expand Up @@ -21,7 +21,6 @@ files.forEach(function (file) {
fs.readFile(file, function (err, content) {

if (err) throw err;
console.log("y");
var code = content.toString();
var ast = jsp.parse(code);
ast = pro.ast_squeeze(ast, {make_seqs: false, dead_code: false});
Expand All @@ -34,7 +33,6 @@ files.forEach(function (file) {
, 0
, 'utf8'
);
console.log("z");

});
});
Expand Down
2 changes: 1 addition & 1 deletion dist/now.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"author": "Flotype",
"name": "now",
"description": "NowJS: An easy to use real-time RPC library",
"version": "0.7.6",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "git://github.com/Flotype/now.git"
Expand Down

0 comments on commit 417cd46

Please sign in to comment.