We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1406c commit 4cfc982Copy full SHA for 4cfc982
2 files changed
website/index.html
@@ -151,9 +151,13 @@ <h2 id="about">About</h2>
151
<h2 id="download">Download</h2>
152
153
<p>
154
- <a href="http://github.com/ry/node/tree/master">The git repo</a>
+ <a href="http://github.com/ry/node/tree/master">git repo</a>
155
</p>
156
<ul>
157
+ <li>
158
+ 2009.06.11
159
+ <a href="http://s3.amazonaws.com/four.livejournal/20090611/node-0.0.3.tar.gz">node-0.0.3.tar.gz</a>
160
+ </li>
161
<li>
162
2009.05.31
163
<a href="http://s3.amazonaws.com/four.livejournal/20090531/node-0.0.2.tar.gz">node-0.0.2.tar.gz</a>
wscript
@@ -8,7 +8,7 @@ from logging import fatal
8
9
import js2c
10
11
-VERSION='0.0.2'
+VERSION='0.0.3'
12
APPNAME='node'
13
14
srcdir = '.'
0 commit comments