We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdad5e7 commit fbe0be1Copy full SHA for fbe0be1
website/index.html
@@ -154,6 +154,10 @@ <h2 id="download">Download</h2>
154
<a href="http://github.com/ry/node/tree/master">git repo</a>
155
</p>
156
<ul>
157
+ <li>
158
+ 2009.06.24
159
+ <a href="http://s3.amazonaws.com/four.livejournal/20090624/node-0.0.6.tar.gz">node-0.0.6.tar.gz</a>
160
+ </li>
161
<li>
162
2009.06.18
163
<a href="http://s3.amazonaws.com/four.livejournal/20090618/node-0.0.5.tar.gz">node-0.0.5.tar.gz</a>
wscript
@@ -7,7 +7,7 @@ from logging import fatal
7
8
import js2c
9
10
-VERSION='0.0.5'
+VERSION='0.0.6'
11
APPNAME='node'
12
13
srcdir = '.'
0 commit comments