Skip to content

Commit

Permalink
updated whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Aug 14, 2013
1 parent 58d63d1 commit 3ff2dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"use strict";
var ArgumentParser = require("argparse").ArgumentParser;
var parser = new ArgumentParser({
version: "0.1.10",
version: "0.1.11",
addHelp: true,
description: 'instant-fileserver (ifs)'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ifs"
, "description":"an instant file server that you can run anywhere from the command line"
, "version": "0.1.10"
, "version": "0.1.11"
, "dependencies" : {
"argparse" : "~0.1.15",
"mmmagic" : "0.3.3",
Expand Down

0 comments on commit 3ff2dce

Please sign in to comment.