Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuz committed Jul 29, 2016
1 parent 8c05656 commit bd5c61a
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 @@ -8,7 +8,7 @@ const WEBPACK_PREFIX = 'webpack:///';
const WEBPACK_FOOTER = '/** WEBPACK FOOTER **';

const program = new Command('restore-source-tree')
.version('0.1.0')
.version('0.1.1')
.usage('[options] <file>')
.description('Restores file structure from source map')
.option('-o, --out-dir [dir]', 'Output directory (\'output\' by default)', 'output')
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": "restore-source-tree",
"version": "0.1.0",
"version": "0.1.1",
"description": "Restores file structure from source map",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit bd5c61a

Please sign in to comment.