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 Sep 7, 2012
1 parent 79f7649 commit 4886473
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 @@ -93,7 +93,7 @@ if (defaults.help) {
process.exit(0);
}
if (defaults.version) {
console.log('%s %s', defaults.$0, '0.2.1');
console.log('%s %s', defaults.$0, '0.2.2');
process.exit(0);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "lotte",
"version": "0.2.1",
"version": "0.2.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 4886473

Please sign in to comment.