summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-12-29 13:17:32 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-12-29 13:17:32 +0100
commit5ea599b880395380ec80167ebbfb54046d517cc5 (patch)
tree46d8302f7240e24a9af1db2d8455aaa50cc49629
parent21be7b26b443e0144719e87aafe424634fdb0bdc (diff)
downloadsvg.js-5ea599b880395380ec80167ebbfb54046d517cc5.tar.gz
svg.js-5ea599b880395380ec80167ebbfb54046d517cc5.zip
bump 2.2.52.2.5
-rw-r--r--CHANGELOG.md2
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2670af..aafb8af 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.5
+# 2.2.5 (29/12/2015)
- added check for existence of node (#431)
- `group.move()` now allows string numbers as input (#433)
- `matrixify()` will not apply the calculated matrix to the node anymore
diff --git a/bower.json b/bower.json
index 5676ae3..0c3fe08 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "svg.js",
- "version":"2.2.4",
+ "version":"2.2.5",
"homepage": "http://svgjs.com/",
"authors": [
"Wout Fierens <wout@impinc.co.uk>"
diff --git a/component.json b/component.json
index c5bbc14..9ac7f65 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.4",
+ "version": "2.2.5",
"keywords": ["svg"],
"author": "Wout Fierens <wout@impinc.co.uk>",
"main": "dist/svg.js",
diff --git a/package.json b/package.json
index f7a8aed..2d0c359 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "svg.js",
- "version": "2.2.4",
+ "version": "2.2.5",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "http://svgjs.com",
"homepage": "http://www.svgjs.com",