From c7f43be492468cc67228c8a9dfd76266730a3a7d Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Thu, 28 Mar 2024 15:21:39 +0000 Subject: [PATCH] Setting version to 4.2.20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e50966d..fc421ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "license": "AGPL-3.0-only", - "version": "4.2.19", + "version": "4.2.20", "scripts": { "cleanTest": "find dist -type d -name tests -prune -exec rm -rf {} \\;", "lint": "eslint . --ext .ts,.tsx",