From a1072a7bfbb3f45d70fa3d783bb710537ba7974c Mon Sep 17 00:00:00 2001 From: Philip Rogers Date: Sun, 23 Apr 2017 18:17:14 -0700 Subject: [PATCH] Update to v1.1.0 --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 91917de..9598511 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pathseg", - "version": "1.0.2", + "version": "1.1.0", "description": "A polyfill for SVG's SVGPathSeg and SVGPathSegList", "main": "pathseg.js", "authors": [ diff --git a/package.json b/package.json index 7f73ad8..26bf9e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pathseg", - "version": "1.0.2", + "version": "1.1.0", "description": "A polyfill for SVG's SVGPathSeg and SVGPathSegList", "main": "pathseg.js", "directories": { @@ -23,4 +23,4 @@ "SVGPathSeg", "SVGPathSegList" ] -} \ No newline at end of file +}