Commit 733a5f40 733a5f4080d0831dcad27d4f7fe0fa3e7347c261 by Nicolas Perriault

bumped 0.4.2

1 parent 70660f5f
...@@ -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"
......