diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-18 14:41:37 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-18 14:41:37 +0100 |
commit | 7c6a8af8c9fbda68b4601215070d53db822616e8 (patch) | |
tree | 95e25baaf551a98f4664c6dd1238f4eb74ef6561 | |
parent | 30f7761e667607a696f91711f5c060002eb9edea (diff) | |
download | svg.js-7c6a8af8c9fbda68b4601215070d53db822616e8.tar.gz svg.js-7c6a8af8c9fbda68b4601215070d53db822616e8.zip |
bump 2.2.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e5141..fb2dde4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ -# 2.2.1 (??/??/????) +# 2.2.1 (18/11/2015) - added workaround for `SvgPathSeg` which is removed in Chrome 48 (#409) - added `gbox()` to group to get bbox with translation included (#405) - fixed dom data which was not cleaned up properly (#398) @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"2.2.0", + "version":"2.2.1", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" diff --git a/component.json b/component.json index 18a4f01..5b5c87e 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "svg.js", "repo": "wout/svg.js", "description": "A lightweight library for manipulating and animating SVG", - "version": "2.2.0", + "version": "2.2.1", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index d89b91e..04a4917 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version": "2.2.0", + "version": "2.2.1", "description": "A lightweight library for manipulating and animating SVG.", "url": "http://svgjs.com", "homepage": "http://www.svgjs.com", |