Commit 64463b6a 64463b6aa51d79577d859052c32308e2fe8f2a1e by Nicolas Perriault

bump 0.6.3

1 parent 9b977381
CasperJS Changelog
==================
2012-02-05, v0.6.3
------------------
- fixed [#48](https://github.com/n1k0/casperjs/issues/48) - XML Output file doesn't have classpath populated with file name
- refs [#46](https://github.com/n1k0/casperjs/issues/46) - added value details to Tester `fail` event
- new site design, new [domain](http://casperjs.org/), enhanced & updated docs
2012-01-19, v0.6.2
------------------
......
......@@ -33,7 +33,7 @@ phantom.loadCasper = function() {
phantom.casperVersion = {
major: 0,
minor: 6,
patch: 2,
patch: 3,
ident: undefined,
toString: function() {
var version = [this.major, this.minor, this.patch].join('.');
......
Subproject commit 0f9d0a7d4cfa3ae89ab5955f8c263094dbe91298
Subproject commit 67e24a5dc0596efb6e4e91b56d5e77fa6b2dd941
......
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "0.6.2",
"version": "0.6.3",
"keywords": [
"phantomjs",
"javascript"
......