Skip to content

Commit

Permalink
Prepared for 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
cskr committed Aug 5, 2010
1 parent eb4206c commit 2d8b778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grasshopper/lib/renderer.js
Expand Up @@ -73,7 +73,7 @@ function RequestContext(request, response, params) {
? mime.mimes[this.extn]
: 'application/octet-stream',
'date': new Date().toUTCString(),
'x-powered-by': 'Grasshopper/0.2.1alpha4'
'x-powered-by': 'Grasshopper/0.2.2'
};

var cookieLine = request.headers['cookie'];
Expand Down
2 changes: 1 addition & 1 deletion grasshopper/package.json
@@ -1,6 +1,6 @@
{
"name" : "grasshopper",
"version" : "0.2.1alpha4",
"version" : "0.2.2",
"contributors": [
{ "name": "Chandra Sekar S", "email": "chandru.in@gmail.com" },
],
Expand Down

0 comments on commit 2d8b778

Please sign in to comment.