Skip to content

Commit b57d66a

Browse files
committed
rev for 2.0.14
1 parent c2a9819 commit b57d66a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "text",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"main": "text.js"
55
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "text",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "An AMD loader plugin for loading text resources.",
55
"categories": [
66
"Loader plugins"

text.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license RequireJS text 2.0.13+ Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
2+
* @license RequireJS text 2.0.14 Copyright (c) 2010-2014, The Dojo Foundation All Rights Reserved.
33
* Available via the MIT or new BSD license.
44
* see: http://github.com/requirejs/text for details
55
*/
@@ -23,7 +23,7 @@ define(['module'], function (module) {
2323
masterConfig = (module.config && module.config()) || {};
2424

2525
text = {
26-
version: '2.0.13+',
26+
version: '2.0.14',
2727

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

0 commit comments

Comments
 (0)