Skip to content

Commit fbe0be1

Browse files
committed
bump version
1 parent bdad5e7 commit fbe0be1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

website/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ <h2 id="download">Download</h2>
154154
<a href="http://github.com/ry/node/tree/master">git repo</a>
155155
</p>
156156
<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>
157161
<li>
158162
2009.06.18
159163
<a href="http://s3.amazonaws.com/four.livejournal/20090618/node-0.0.5.tar.gz">node-0.0.5.tar.gz</a>

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from logging import fatal
77

88
import js2c
99

10-
VERSION='0.0.5'
10+
VERSION='0.0.6'
1111
APPNAME='node'
1212

1313
srcdir = '.'

0 commit comments

Comments
 (0)