Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Oct 16, 2015
1 parent 5a463d1 commit 92fc7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module.exports = {
};

if (require.main === module) {
var args = docopt(doc, {version: '1.1.0'});
var args = docopt(doc, {version: '1.1.1'});
validateArgs(args);
var data = loadSourceMap(args['<script.js>'], args['<script.js.map>']);
if (!data) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "source-map-explorer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Analyze and debug space usage through source maps",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 92fc7d2

Please sign in to comment.