Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Szakacs committed Jan 17, 2017
1 parent 3f5665e commit fbd1857
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/load-svg-file.amd.js
@@ -1,6 +1,6 @@
/**
* @file Load SVG files over XHR and embed the SVG content into the DOM.
* @version 1.0.0
* @version 1.0.1
* @copyright Richard Szakacs, richardszkcs@gmail.com, www.richardszkcs.com
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/load-svg-file.amd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/load-svg-file.commonjs.js
@@ -1,6 +1,6 @@
/**
* @file Load SVG files over XHR and embed the SVG content into the DOM.
* @version 1.0.0
* @version 1.0.1
* @copyright Richard Szakacs, richardszkcs@gmail.com, www.richardszkcs.com
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/load-svg-file.es6.js
@@ -1,6 +1,6 @@
/**
* @file Load SVG files over XHR and embed the SVG content into the DOM.
* @version 1.0.0
* @version 1.0.1
* @copyright Richard Szakacs, richardszkcs@gmail.com, www.richardszkcs.com
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/load-svg-file.js
@@ -1,6 +1,6 @@
/**
* @file Load SVG files over XHR and embed the SVG content into the DOM.
* @version 1.0.0
* @version 1.0.1
* @copyright Richard Szakacs, richardszkcs@gmail.com, www.richardszkcs.com
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/load-svg-file.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/load-svg-file.umd.js
@@ -1,6 +1,6 @@
/**
* @file Load SVG files over XHR and embed the SVG content into the DOM.
* @version 1.0.0
* @version 1.0.1
* @copyright Richard Szakacs, richardszkcs@gmail.com, www.richardszkcs.com
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/load-svg-file.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "load-svg-file",
"version": "1.0.0",
"version": "1.0.1",
"description": "Load SVG files over XHR and embed the SVG content into the DOM.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit fbd1857

Please sign in to comment.