diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-05 20:46:40 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-05 20:46:40 +0200 |
commit | 71918fc0ae59b09cbc90151da6ed1fb700c872b3 (patch) | |
tree | fd79875a769231a97fc400b99253397dd36a4cc6 | |
parent | 7bfa12a8256d0d400dbf2bc508c27003360e1a66 (diff) | |
download | svg.js-71918fc0ae59b09cbc90151da6ed1fb700c872b3.tar.gz svg.js-71918fc0ae59b09cbc90151da6ed1fb700c872b3.zip |
Updated Versions in package, bower and component.json
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"2.1.0", + "version":"2.1.1", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" diff --git a/component.json b/component.json index d8e53e8..3152699 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.1.0", + "version": "2.1.1", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index b568bdb..ce173d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version": "2.1.0", + "version": "2.1.1", "description": "A lightweight library for manipulating and animating SVG.", "url": "http://svgjs.com", "homepage": "http://www.svgjs.com", |