From 4db0a3fbe3560207c5a56de3be98d43c83994385 Mon Sep 17 00:00:00 2001 From: Harri Siirak Date: Sun, 10 Mar 2019 22:33:56 +0200 Subject: [PATCH] Bump version --- .gitignore | 1 + component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 25b82738..fdf2d5bd 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ results npm-debug.log .idea +.vscode diff --git a/component.json b/component.json index 71db5902..4982a084 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": "2.7.3", + "version": "2.8.0", "keywords": ["cron", "crontab", "parser"], "dependencies": {}, "development": {}, diff --git a/package.json b/package.json index 6454ea12..064bac6a 100644 --- a/package.json +++ b/package.json @@ -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",