Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Nov 6, 2015
1 parent 3cb0000 commit fd73060
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0 (??/??/2015)
# 2.2.0 (06/11/2015)

- fixed pattern and gradient animation (#385)
- fixed mask animation in Firefox (#287)
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.1.1",
"version":"2.2.0",
"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.1.1",
"version": "2.2.0",
"keywords": ["svg"],
"author": "Wout Fierens <[email protected]>",
"main": "dist/svg.js",
Expand Down
4 changes: 2 additions & 2 deletions dist/svg.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* svg.js - A lightweight library for manipulating and animating SVG.
* @version 2.1.1
* @version 2.2.0
* http://www.svgjs.com
*
* @copyright Wout Fierens <[email protected]>
* @license MIT
*
* BUILT: Fri Nov 06 2015 22:21:59 GMT+0100 (Mitteleuropäische Zeit)
* BUILT: Fri Nov 06 2015 23:08:15 GMT+0100 (Mitteleuropäische Zeit)
*/;
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion dist/svg.min.js

Large diffs are not rendered by default.

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.1.1",
"version": "2.2.0",
"description": "A lightweight library for manipulating and animating SVG.",
"url": "http://svgjs.com",
"homepage": "http://www.svgjs.com",
Expand Down

0 comments on commit fd73060

Please sign in to comment.