Skip to content

Commit

Permalink
Correctly update version, it's a minor change after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabooh committed Apr 8, 2019
1 parent 9f86396 commit 55ba7cf
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": "text-email-extractor",
"version": "1.0.6",
"version": "1.0.7",
"description": "Extract emails from text",
"keywords": [
"email",
Expand Down
2 changes: 1 addition & 1 deletion text-email-extractor.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const _ = require('lodash')
const blacklistedEmails = []
let emails = new Set()

program.version('1.1.0')
program.version('1.0.7')
.usage('[filename]|[stdin] [options]')
.option('-b, --blacklist <filename>', 'A list of email to filter out',
parseBlacklistFile)
Expand Down

0 comments on commit 55ba7cf

Please sign in to comment.