Skip to content

Commit

Permalink
Rev version for 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Jun 7, 2013
1 parent 4ec1d5d commit 712f2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "text", "name": "text",
"version": "2.0.6", "version": "2.0.7",
"description": "An AMD loader plugin for loading text resources.", "description": "An AMD loader plugin for loading text resources.",
"categories": [ "categories": [
"Loader plugins" "Loader plugins"
Expand Down
4 changes: 2 additions & 2 deletions text.js
@@ -1,5 +1,5 @@
/** /**
* @license RequireJS text 2.0.6+ Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. * @license RequireJS text 2.0.7 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license. * Available via the MIT or new BSD license.
* see: http://github.com/requirejs/text for details * see: http://github.com/requirejs/text for details
*/ */
Expand All @@ -23,7 +23,7 @@ define(['module'], function (module) {
masterConfig = (module.config && module.config()) || {}; masterConfig = (module.config && module.config()) || {};


text = { text = {
version: '2.0.6+', version: '2.0.7',


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

0 comments on commit 712f2d8

Please sign in to comment.