Navigation Menu

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 2, 2010
1 parent 9323cad commit dc1c966
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, 3, 0];
this.version = [0, 3, 1];

var mime = require('./node-static/mime');

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

0 comments on commit dc1c966

Please sign in to comment.