From b0bd6af45ce8c655178ac9d0fa846dcde5709dbc Mon Sep 17 00:00:00 2001 From: timeiscoffee Date: Thu, 20 Jul 2017 16:09:24 -0700 Subject: [PATCH] 2.1.9 --- dist/svg4everybody.js | 2 +- dist/svg4everybody.legacy.js | 2 +- lib/svg4everybody.js | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/svg4everybody.js b/dist/svg4everybody.js index c2c6e54..0ef138e 100644 --- a/dist/svg4everybody.js +++ b/dist/svg4everybody.js @@ -7,7 +7,7 @@ // like Node. module.exports = factory() : root.svg4everybody = factory(); }(this, function() { - /*! svg4everybody v2.1.8 | github.com/jonathantneal/svg4everybody */ + /*! svg4everybody v2.1.9 | github.com/jonathantneal/svg4everybody */ function embed(parent, svg, target) { // if the target exists if (target) { diff --git a/dist/svg4everybody.legacy.js b/dist/svg4everybody.legacy.js index f21e400..bf93da7 100644 --- a/dist/svg4everybody.legacy.js +++ b/dist/svg4everybody.legacy.js @@ -7,7 +7,7 @@ // like Node. module.exports = factory() : root.svg4everybody = factory(); }(this, function() { - /*! svg4everybody v2.1.8 | github.com/jonathantneal/svg4everybody */ + /*! svg4everybody v2.1.9 | github.com/jonathantneal/svg4everybody */ function embed(parent, svg, target) { // if the target exists if (target) { diff --git a/lib/svg4everybody.js b/lib/svg4everybody.js index e0500d8..8b48832 100644 --- a/lib/svg4everybody.js +++ b/lib/svg4everybody.js @@ -1,4 +1,4 @@ -/*! svg4everybody v2.1.8 | github.com/jonathantneal/svg4everybody */ +/*! svg4everybody v2.1.9 | github.com/jonathantneal/svg4everybody */ function embed(parent, svg, target) { // if the target exists diff --git a/package.json b/package.json index 04a803a..ff8e895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg4everybody", - "version": "2.1.8", + "version": "2.1.9", "description": "Use external SVG spritemaps in any browser", "main": "dist/svg4everybody.js", "dependencies": {},