Commit 12fbafd1 12fbafd1c625ff867de24b18d5165be6d1285e1e by Nicolas Perriault

bumped 0.4.3, latest release of the 0.4.* serie

1 parent ded62ff4
CasperJS Changelog
==================
XXXX-XX-XX, v0.4.3
2012-01-10, v0.4.3
------------------
**Note:** This will is the latest release of the 0.4.* serie.
- fixed #32 - `ClientUtils.click()` handles `<a href='javascript:'>` links
- fixed #34 - avoid having previously loaded DOM contents being still active on run complete
......
......@@ -35,7 +35,7 @@
major: 0,
minor: 4,
patch: 3,
ident: 'trunk',
ident: undefined,
toString: function() {
var version = [this.major, this.minor, this.patch].join('.');
if (this.ident) {
......
{
"name": "casperjs",
"description": "Navigation scripting & testing utility for PhantomJS",
"version": "0.4.3-trunk",
"version": "0.4.3",
"keywords": [
"phantomjs",
"javascript"
......