From 5597486c03a1e47d1af65b8864cfee1ca56d9586 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Sun, 19 Jun 2022 21:22:31 -0400 Subject: [PATCH] v1.0.4 --- packages/utility-tools/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/utility-tools/package.json b/packages/utility-tools/package.json index 9a6e322..8a65f76 100644 --- a/packages/utility-tools/package.json +++ b/packages/utility-tools/package.json @@ -1,6 +1,6 @@ { "name": "utility-tools", - "version": "1.0.3", + "version": "1.0.4", "description": "Process the json produced by utility-function-extractor.quantifieduncertainty.org", "scripts": { "start": "node --max-old-space-size=8192 src/index.js",