From 1a2077a6b668717e6f17eb156caee6794e834bfb Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 12 Feb 2024 13:32:38 -0800 Subject: [PATCH] chore: Update version number to fix bad publish --- package.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json5 b/package.json5 index 87aa8ad..89c2980 100644 --- a/package.json5 +++ b/package.json5 @@ -1,6 +1,6 @@ { name: 'vrml1to97', - version: '0.2.3', + version: '0.2.4', description: 'JavaScript converter from VRML 1 to VRML97', scripts: { test: 'echo "Error: no test specified" && exit 1',