From e9e12d237440dae823410dc9e7529e6623d0f433 Mon Sep 17 00:00:00 2001 From: Charles Bergeron Date: Tue, 26 Nov 2024 11:13:59 -0800 Subject: [PATCH] publish pt-v5-cli v2.0.6, adds checking of previous winner calculations to avoid re-running unnecessary calculations, also doesn't calculate on finalized draws --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a7e808..6a6c0bb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/generationsoftware" }, "license": "MIT", - "version": "2.0.5", + "version": "2.0.6", "repository": "https://github.com/generationsoftware/pt-v5-cli", "homepage": "https://github.com/generationsoftware/pt-v5-cli", "bugs": "https://github.com/generationsoftware/pt-v5-cli/issues",