Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisiirak committed Dec 7, 2016
1 parent eb27cc3 commit 264135d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cron-parser",
"repo": "harrisiirak/cron-parser",
"description": "Node.js library for parsing crontab instructions",
"version": "2.2.1",
"version": "2.2.2",
"keywords": ["cron", "crontab", "parser"],
"dependencies": {},
"development": {},
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cron-parser",
"version": "2.2.1",
"version": "2.2.2",
"description": "Node.js library for parsing crontab instructions",
"main": "lib/parser.js",
"directories": {
Expand Down Expand Up @@ -31,6 +31,8 @@
"Christian Steininger <christian.steininger.cs@gmail.com>",
"Mykola Piskovyi <m.piskovyi@gmail.com>",
"Brian Vaughn <brian.david.vaughn@gmail.com>",
"Nicholas Clawson <nickclaw@gmail.com>",
"Yasuhiroki <yasuhiroki.duck@gmail.com>",
"Nicholas Clawson <nickclaw@gmail.com>"
],
"license": "MIT",
Expand Down

0 comments on commit 264135d

Please sign in to comment.