From e3906e96bf07f972608090c5bc03611a45adadf5 Mon Sep 17 00:00:00 2001 From: Dustin Machi Date: Wed, 19 Oct 2022 16:33:10 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c04e63c..9e0fcf2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3api", - "version": "1.9.0", + "version": "1.9.1", "private": true, "scripts": { "start": "node --unhandled-rejections=strict --stack-size=65536 app.js",