Commit 64463b6a 64463b6aa51d79577d859052c32308e2fe8f2a1e by Nicolas Perriault

bump 0.6.3

1 parent 9b977381
1 CasperJS Changelog 1 CasperJS Changelog
2 ================== 2 ==================
3 3
4 2012-02-05, v0.6.3
5 ------------------
6
7 - fixed [#48](https://github.com/n1k0/casperjs/issues/48) - XML Output file doesn't have classpath populated with file name
8 - refs [#46](https://github.com/n1k0/casperjs/issues/46) - added value details to Tester `fail` event
9 - new site design, new [domain](http://casperjs.org/), enhanced & updated docs
10
4 2012-01-19, v0.6.2 11 2012-01-19, v0.6.2
5 ------------------ 12 ------------------
6 13
......
...@@ -33,7 +33,7 @@ phantom.loadCasper = function() { ...@@ -33,7 +33,7 @@ phantom.loadCasper = function() {
33 phantom.casperVersion = { 33 phantom.casperVersion = {
34 major: 0, 34 major: 0,
35 minor: 6, 35 minor: 6,
36 patch: 2, 36 patch: 3,
37 ident: undefined, 37 ident: undefined,
38 toString: function() { 38 toString: function() {
39 var version = [this.major, this.minor, this.patch].join('.'); 39 var version = [this.major, this.minor, this.patch].join('.');
......
1 Subproject commit 0f9d0a7d4cfa3ae89ab5955f8c263094dbe91298 1 Subproject commit 67e24a5dc0596efb6e4e91b56d5e77fa6b2dd941
......
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.6.2", 4 "version": "0.6.3",
5 "keywords": [ 5 "keywords": [
6 "phantomjs", 6 "phantomjs",
7 "javascript" 7 "javascript"
......