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 4, 2010
1 parent 8fddcf3 commit 4005ea5
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, 4, 1];
this.version = [0, 4, 2];

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.4.1",
"version" : "0.4.2",
"directories" : { "lib": "./lib/node-static", "test": "./test" },
"engines" : { "node": ">= 0.1.100" }
}

0 comments on commit 4005ea5

Please sign in to comment.