Skip to content

Commit

Permalink
rev to 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Aug 2, 2013
1 parent b8e4038 commit 35c3ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.9",
"version": "2.0.10",
"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 RequireJS text 2.0.9 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
* @license RequireJS text 2.0.10 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/requirejs/text for details
*/
Expand All @@ -23,7 +23,7 @@ define(['module'], function (module) {
masterConfig = (module.config && module.config()) || {};

text = {
version: '2.0.9',
version: '2.0.10',

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

0 comments on commit 35c3ead

Please sign in to comment.