From 48925d05d98e409b5a39f0bfb1f905ca3168ad3a Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 4 Sep 2023 23:46:43 -0700 Subject: [PATCH] fix: another erroneous publish --- package.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json5 b/package.json5 index 203046e..83646e2 100644 --- a/package.json5 +++ b/package.json5 @@ -1,6 +1,6 @@ { name: 'vrml1to97', - version: '0.1.2', + version: '0.1.3', description: 'JavaScript converter from VRML 1 to VRML97', scripts: { test: 'echo "Error: no test specified" && exit 1',