Commit 70ec38f0 70ec38f0d15e4db17ac0f754c59bf68199a0a2d4 by Mickaël Andrieu

Update last zip/tarball for last stable release

1 parent fe2423f8
...@@ -71,9 +71,9 @@ Once PhantomJS and CasperJS installed on your machine, you should obtain somethi ...@@ -71,9 +71,9 @@ Once PhantomJS and CasperJS installed on your machine, you should obtain somethi
71 .. code-block:: text 71 .. code-block:: text
72 72
73 $ phantomjs --version 73 $ phantomjs --version
74 1.8.2 74 1.8.1
75 $ casperjs 75 $ casperjs
76 CasperJS version 1.1.0-DEV at /Users/niko/Sites/casperjs, using phantomjs version 1.9.0 76 CasperJS version 1.1.0-DEV at /Users/niko/Sites/casperjs, using phantomjs version 1.8.1
77 # ... 77 # ...
78 78
79 Or if SlimerJS is your thing: 79 Or if SlimerJS is your thing:
...@@ -95,8 +95,8 @@ You can download tagged archives of CasperJS code: ...@@ -95,8 +95,8 @@ You can download tagged archives of CasperJS code:
95 95
96 **Latest stable version:** 96 **Latest stable version:**
97 97
98 - https://github.com/n1k0/casperjs/zipball/1.0.0 (zip) 98 - https://github.com/n1k0/casperjs/zipball/1.0.3 (zip)
99 - https://github.com/n1k0/casperjs/tarball/1.0.0 (tar.gz) 99 - https://github.com/n1k0/casperjs/tarball/1.0.3 (tar.gz)
100 100
101 **Latest development version (master branch):** 101 **Latest development version (master branch):**
102 102
......