diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-07-14 15:56:15 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-07-14 16:10:36 -0700 |
commit | f8bfa54d0fa509f9242637bef2869a1b1e842ec8 (patch) | |
tree | cd6e96dfc37db28aaea161b471f1ffa3b2e678bb /doc/template.html | |
parent | 041c9832902f1258c6b0f93a5d0e800cdfa70f5b (diff) | |
download | node-new-f8bfa54d0fa509f9242637bef2869a1b1e842ec8.tar.gz |
Bump to v0.5.1v0.5.1
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/template.html b/doc/template.html index 19bca35f37..9127a0ddae 100644 --- a/doc/template.html +++ b/doc/template.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>{{section}}Node.js Manual & Documentation</title> + <title>{{section}}Node.js v0.5.1 Manual & Documentation</title> <link type="image/x-icon" rel="icon" href="/favicon.ico" /> <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" href="assets/style.css" type="text/css" media="all" /> @@ -10,7 +10,7 @@ <body> <div id="container"> <header> - <h1>Node.js Manual & Documentation</h1> + <h1>Node.js v0.5.1 Manual & Documentation</h1> <div id="gtoc"> <p><a href="index.html">Index</a> | <a href="all.html">View on single page</a></p> </div> @@ -22,4 +22,4 @@ <script type="text/javascript" src="assets/sh_javascript.min.js"></script> <script type="text/javascript">highlight(undefined, undefined, 'pre');</script> </body> -</html>
\ No newline at end of file +</html> |