Skip to content

Commit

Permalink
Rev to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Apr 20, 2016
1 parent 3dd3ede commit d04de4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text",
"version": "2.0.14",
"version": "2.0.15",
"main": "text.js",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text",
"version": "2.0.14",
"version": "2.0.15",
"description": "An AMD loader plugin for loading text resources.",
"categories": [
"Loader plugins"
Expand Down
4 changes: 2 additions & 2 deletions text.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license text 2.0.14 Copyright jQuery Foundation and other contributors.
* @license text 2.0.15 Copyright jQuery Foundation and other contributors.
* Released under MIT license, http://github.com/requirejs/text/LICENSE
*/
/*jslint regexp: true */
Expand Down Expand Up @@ -40,7 +40,7 @@ define(['module'], function (module) {
}

text = {
version: '2.0.14',
version: '2.0.15',

strip: function (content) {
//Strips <?xml ...?> declarations so that external SVG and XML
Expand Down

0 comments on commit d04de4f

Please sign in to comment.