created 0.6 branch, alpha status (merged require branch)
Showing
3 changed files
with
9 additions
and
4 deletions
... | @@ -31,9 +31,9 @@ if (!phantom.casperLoaded) { | ... | @@ -31,9 +31,9 @@ if (!phantom.casperLoaded) { |
31 | // see http://semver.org/ | 31 | // see http://semver.org/ |
32 | phantom.casperVersion = { | 32 | phantom.casperVersion = { |
33 | major: 0, | 33 | major: 0, |
34 | minor: 4, | 34 | minor: 6, |
35 | patch: 2, | 35 | patch: 0, |
36 | ident: 'experimental-require', | 36 | ident: 'alpha', |
37 | toString: function() { | 37 | toString: function() { |
38 | var version = [this.major, this.minor, this.patch].join('.'); | 38 | var version = [this.major, this.minor, this.patch].join('.'); |
39 | if (this.ident) { | 39 | if (this.ident) { | ... | ... |
1 | { | 1 | { |
2 | "name": "casperjs", | 2 | "name": "casperjs", |
3 | "description": "Navigation scripting & testing utility for PhantomJS", | 3 | "description": "Navigation scripting & testing utility for PhantomJS", |
4 | "version": "0.4.2-trunk", | 4 | "version": "0.6.0-alpha", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment