Skip to content

Commit

Permalink
version 0.0.12-dev starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Constellation committed Oct 9, 2012
1 parent 27ca619 commit 7cae844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion escodegen.js
Expand Up @@ -1974,7 +1974,7 @@
}

// Sync with package.json.
exports.version = '0.0.11-dev';
exports.version = '0.0.12-dev';

exports.generate = generate;
exports.traverse = traverse;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"bin": {
"escodegen": "./bin/esgenerate.js"
},
"version": "0.0.11-dev",
"version": "0.0.12-dev",
"engines": {
"node": ">=0.4.0"
},
Expand Down

0 comments on commit 7cae844

Please sign in to comment.