Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanAngeloff committed Nov 24, 2011
1 parent 6a08b13 commit 8c1a868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -74,7 +74,7 @@ if (defaults.help) {
process.exit(0);
}
if (defaults.version) {
console.log('%s %s', defaults.$0, '0.1.1');
console.log('%s %s', defaults.$0, '0.1.2');
process.exit(0);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "lotte",
"version": "0.1.1",
"version": "0.1.2",
"description": "Headless, automated browser testing using PhantomJS",
"homepage": "https://github.com/StanAngeloff/lotte",
"bugs": "https://github.com/StanAngeloff/lotte/issues",
Expand Down

0 comments on commit 8c1a868

Please sign in to comment.