From febb4ab2de5c4a45fcbbe1bc25cb72b266b434df Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Wed, 4 Jan 2023 18:17:32 -0500 Subject: [PATCH] compiles v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f245522..0ab6072 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3plus-text", - "version": "1.0.3", + "version": "1.1.0", "description": "A smart SVG text box with line wrapping and automatic font size scaling.", "main": "build/d3plus-text.full.js", "jsnext:main": "es/index",