aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-03 13:22:13 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-03 13:22:13 +0100
commit1853f30e2daa3f027f5d0ae3251bae79e49bba09 (patch)
tree22856151618fe7d4c0b806725264b6e5b2d1dda4
parent8b373d6e4320a77dcbdf329fccf3b9174c1eedf6 (diff)
downloadsvg.js_v1.x.tar.gz
svg.js_v1.x.zip
-rw-r--r--CHANGELOG.md4
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--package.json2
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
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 <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"