We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ec90db commit ec5f3dbCopy full SHA for ec5f3db
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.18
159
+ <a href="http://s3.amazonaws.com/four.livejournal/20090618/node-0.0.5.tar.gz">node-0.0.5.tar.gz</a>
160
+ </li>
161
<li>
162
2009.06.13
163
<a href="http://s3.amazonaws.com/four.livejournal/20090613/node-0.0.4.tar.gz">node-0.0.4.tar.gz</a>
wscript
@@ -8,7 +8,7 @@ from logging import fatal
8
9
import js2c
10
11
-VERSION='0.0.4'
+VERSION='0.0.5'
12
APPNAME='node'
13
14
srcdir = '.'
0 commit comments