From: Ulrich-Matthias Schäfer Date: Thu, 3 Mar 2016 12:22:13 +0000 (+0100) Subject: bump 1.1.1 X-Git-Tag: 1.1.1^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2Fsvg.js_v1.x;p=svg.js.git bump 1.1.1 --- 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 diff --git a/bower.json b/bower.json index 5aec152..1f34f45 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "svg.js", - "version":"1.1.0", + "version":"1.1.1", "homepage": "http://svgjs.com/", "authors": [ "Wout Fierens " 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 ", "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 " , "main": "dist/svg.js" -, "version": "1.1.0" +, "version": "1.1.1" , "jam": { "include": [ "dist/svg.js"