diff --git a/component.json b/component.json index 8681695a..984ca0e2 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": "1.1.0", + "version": "1.1.1", "keywords": ["cron", "crontab", "parser"], "dependencies": {}, "development": {}, diff --git a/package.json b/package.json index 71b6ee75..2589c70c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cron-parser", - "version": "1.1.0", + "version": "1.1.1", "description": "Node.js library for parsing crontab instructions", "main": "lib/parser.js", "directories": {