Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisiirak committed Mar 10, 2019
1 parent 55f235f commit 4db0a3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ results
npm-debug.log

.idea
.vscode
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.7.3",
"version": "2.8.0",
"keywords": ["cron", "crontab", "parser"],
"dependencies": {},
"development": {},
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": "cron-parser",
"version": "2.7.3",
"version": "2.8.0",
"description": "Node.js library for parsing crontab instructions",
"main": "lib/parser.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 4db0a3f

Please sign in to comment.