Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timeiscoffee committed Dec 20, 2016
1 parent 0787a32 commit 904657b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.1.0 (2016-06-15)
## 2.1.4 (2016-06-15)

- Added: Support for [nested `use` elements](https://github.com/jonathantneal/svg4everybody/pull/117)
- Updated: Test document
Expand Down
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.0 | github.com/jonathantneal/svg4everybody */
/*! svg4everybody v2.1.4 | 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.0 | github.com/jonathantneal/svg4everybody */
/*! svg4everybody v2.1.4 | 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.0 | github.com/jonathantneal/svg4everybody */
/*! svg4everybody v2.1.4 | 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.3",
"version": "2.1.4",
"description": "Use external SVG spritemaps in any browser",
"main": "dist/svg4everybody.js",
"dependencies": {},
Expand Down

0 comments on commit 904657b

Please sign in to comment.