Skip to content

Commit

Permalink
(dist) version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Aug 13, 2011
1 parent f9dca8f commit 783ac17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/node-static.js
Expand Up @@ -6,7 +6,7 @@ var fs = require('fs'),
url = require('url'),
path = require('path');

this.version = [0, 5, 8];
this.version = [0, 5, 9];

var mime = require('./node-static/mime');
var util = require('./node-static/util');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"dependencies" : [],
"lib" : "lib",
"main" : "./lib/node-static",
"version" : "0.5.8",
"version" : "0.5.9",
"directories" : { "test": "./test" },
"engines" : { "node": ">= 0.4.1" }
}

0 comments on commit 783ac17

Please sign in to comment.