diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-01-21 17:57:04 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-01-21 18:18:37 -0800 |
commit | bb3e71466e5240626d9d21cf791fe43e87d90011 (patch) | |
tree | 9875cfe8eee6d346e1c1d99c2285fbacfc4c309f /doc | |
parent | 6703a7f1e06d100ca560f22b6065e049dae30dce (diff) | |
download | nodejs-bb3e71466e5240626d9d21cf791fe43e87d90011.tar.gz nodejs-bb3e71466e5240626d9d21cf791fe43e87d90011.tar.bz2 nodejs-bb3e71466e5240626d9d21cf791fe43e87d90011.zip |
Bump version to v0.3.6v0.3.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/index.html b/doc/index.html index 825a77de0..b0b3b2218 100644 --- a/doc/index.html +++ b/doc/index.html @@ -23,7 +23,7 @@ <li><a href="#about">About</a></li> <li><a href="#links">Links</a></li> <li><a href="#contributing">Contributing</a></li> - <li><a href="http://nodejs.org/docs/v0.3.5/api">v0.3.5 docs</a></li> + <li><a href="http://nodejs.org/docs/v0.3.6/api">v0.3.6 docs</a></li> <li><a href="http://nodejs.org/docs/v0.2.6/api.html">v0.2.6 docs</a></li> </ol> </div> @@ -92,9 +92,9 @@ net.createServer(function (socket) { </p> <p> - Unstable: 2011.01.16 - <a href="http://nodejs.org/dist/node-v0.3.5.tar.gz">node-v0.3.5.tar.gz</a> - (<a href="http://nodejs.org/docs/v0.3.5/api/index.html">Documentation</a>) + Unstable: 2011.01.21 + <a href="http://nodejs.org/dist/node-v0.3.6.tar.gz">node-v0.3.6.tar.gz</a> + (<a href="http://nodejs.org/docs/v0.3.6/api/index.html">Documentation</a>) </p> <p>Historical: <a href="http://nodejs.org/dist">versions</a>, <a href="http://nodejs.org/docs">docs</a></p> |