Skip to content

Commit

Permalink
bump 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Dec 29, 2015
1 parent 21be7b2 commit 5ea599b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svg.js",
"version":"2.2.4",
"version":"2.2.5",
"homepage": "http://svgjs.com/",
"authors": [
"Wout Fierens <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"main": "dist/svg.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5ea599b

Please sign in to comment.