From 4278aa7d7ff68641728a868813dda6948171fec5 Mon Sep 17 00:00:00 2001 From: titanism <101466223+titanism@users.noreply.github.com> Date: Mon, 13 Jun 2022 02:43:24 -0500 Subject: [PATCH] 9.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b47ea8a..81aa535 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bree", "description": "The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v12.11.0+, uses worker threads to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Made for Forward Email and Lad.", - "version": "9.0.0", + "version": "9.0.1", "author": "Nick Baugh (http://niftylettuce.com/)", "bugs": { "url": "https://github.com/breejs/bree/issues",