bumped 0.4.2
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | major: 0, | 35 | major: 0, |
36 | minor: 4, | 36 | minor: 4, |
37 | patch: 2, | 37 | patch: 2, |
38 | ident: 'trunk', | 38 | ident: undefined, |
39 | toString: function() { | 39 | toString: function() { |
40 | var version = [this.major, this.minor, this.patch].join('.'); | 40 | var version = [this.major, this.minor, this.patch].join('.'); |
41 | if (this.ident) { | 41 | 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.4.2", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "phantomjs", | 6 | "phantomjs", |
7 | "javascript" | 7 | "javascript" | ... | ... |
-
Please register or sign in to post a comment