diff --git a/component.json b/component.json index 0eed19c2..a74ffaeb 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "cron-parser", "repo": "harrisiirak/cron-parser", "description": "Node.js library for parsing crontab instructions", - "version": "0.6.3", + "version": "0.6.4", "keywords": ["cron", "crontab", "parser"], "dependencies": {}, "development": {}, diff --git a/package.json b/package.json index 80135947..de20903e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cron-parser", - "version": "0.6.3", + "version": "0.6.4", "description": "Node.js library for parsing crontab instructions", "main": "lib/parser.js", "directories": {