From 7c6a8af8c9fbda68b4601215070d53db822616e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich-Matthias=20Sch=C3=A4fer?= Date: Wed, 18 Nov 2015 14:41:37 +0100 Subject: [PATCH] bump 2.2.1 --- CHANGELOG.md | 2 +- bower.json | 2 +- component.json | 2 +- 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) diff --git a/bower.json b/bower.json index bd3ec71..16e6245 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"2.2.0", + "version":"2.2.1", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens " 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 ", "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", -- 2.39.5