Skip to content

Commit

Permalink
Bump version due to release bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabooh committed Oct 8, 2015
1 parent 147d50e commit 136df9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "photo-organize",
"version": "1.1.0",
"version": "1.1.1",
"description": "Organize your photographies into subdirectories based on exif date.",
"keywords": [
"photo",
Expand Down
2 changes: 1 addition & 1 deletion photo-organize.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const morningLimit = 5; // 5am;
var optionDry = false;

program
.version('1.1.0')
.version('1.1.1')
.usage('<directory> [options]')
.option('-d, --dry', 'do not perform move', setDryOption);

Expand Down

0 comments on commit 136df9c

Please sign in to comment.