From 842f70c9cd39f2d21c497805daf1365b7ba9b157 Mon Sep 17 00:00:00 2001 From: Dave Landry Date: Thu, 7 Jun 2018 09:55:04 -0400 Subject: [PATCH] compiles v0.9.31 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 011bcca..95475df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3plus-text", - "version": "0.9.30", + "version": "0.9.31", "description": "A smart SVG text box with line wrapping and automatic font size scaling.", "main": "build/d3plus-text.js", "jsnext:main": "es/index",