Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
timeiscoffee committed Jul 20, 2017
1 parent 3850089 commit b0bd6af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/svg4everybody.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion dist/svg4everybody.legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion lib/svg4everybody.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {},
Expand Down

0 comments on commit b0bd6af

Please sign in to comment.