diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-03-03 13:22:13 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-03-03 13:22:13 +0100 |
commit | 1853f30e2daa3f027f5d0ae3251bae79e49bba09 (patch) | |
tree | 22856151618fe7d4c0b806725264b6e5b2d1dda4 | |
parent | 8b373d6e4320a77dcbdf329fccf3b9174c1eedf6 (diff) | |
download | svg.js_v1.x.tar.gz svg.js_v1.x.zip |
bump 1.1.11.1.1svg.js_v1.x
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43d914e..ddb6d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.1.1 (03/3/2016) + +- backport fix for pathSpec (see #462) + # 1.1.0 (25/5/2015) - fixed file permission @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"1.1.0", + "version":"1.1.1", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens <wout@impinc.co.uk>" diff --git a/component.json b/component.json index 822b1f0..aaae453 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": "1.1.0", + "version": "1.1.1", "keywords": ["svg"], "author": "Wout Fierens <wout@impinc.co.uk>", "main": "dist/svg.js", diff --git a/package.json b/package.json index a443233..ff9b788 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ , "keywords": ["svg", "vector", "graphics", "animation"] , "author": "Wout Fierens <wout@impinc.co.uk>" , "main": "dist/svg.js" -, "version": "1.1.0" +, "version": "1.1.1" , "jam": { "include": [ "dist/svg.js" |