From 78b0f990b21935363a5285201e2e287b49cad4a8 Mon Sep 17 00:00:00 2001 From: Harri Siirak Date: Wed, 24 Jan 2018 21:41:11 +0200 Subject: [PATCH] Bump version --- component.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/component.json b/component.json index b8dae00f..9c4a36d3 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.4.3", + "version": "2.4.4", "keywords": ["cron", "crontab", "parser"], "dependencies": {}, "development": {}, diff --git a/package.json b/package.json index 67ea23b7..fb9c50dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cron-parser", - "version": "2.4.3", + "version": "2.4.4", "description": "Node.js library for parsing crontab instructions", "main": "lib/parser.js", "types": "lib/index.d.ts", @@ -21,6 +21,7 @@ ], "author": "Harri Siirak", "contributors": [ + "Nicholas Clawson", "Daniel Prentis ", "Renault John Lecoultre", "Richard Astbury ",