From 4c50b1ecd003354d71d1f6fefc98dc8e56eb6c87 Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Wed, 5 Apr 2023 12:58:28 -0400 Subject: [PATCH] compiles v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1dbcc6..2f62a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3plus-shape", - "version": "1.1.0", + "version": "1.1.1", "description": "Fancy SVG shapes for visualizations", "main": "es/index.js", "jsnext:main": "es/index",