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

Commit

Permalink
Support PhantomJS 1.7.0, all tests pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
StanAngeloff committed Sep 25, 2012
1 parent 3ebf958 commit 53aa973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/cli.js
@@ -1,6 +1,6 @@
#!/usr/bin/env node

const PHANTOMJS_VERSION = '~1.3.0 || ~1.4.0 || ~1.5.0 || ~1.6.0';
const PHANTOMJS_VERSION = '~1.3.0 || ~1.4.0 || ~1.5.0 || ~1.6.0 || ~1.7.0';

var fs = require('fs'),
path = require('path'),
Expand Down Expand Up @@ -93,7 +93,7 @@ if (defaults.help) {
process.exit(0);
}
if (defaults.version) {
console.log('%s %s', defaults.$0, '0.2.2-1');
console.log('%s %s', defaults.$0, '0.2.2-2');
process.exit(0);
}

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

Please sign in to comment.