Skip to content

Commit

Permalink
Rev version for 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Aug 13, 2012
1 parent 6485a2c commit fffccb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text.js
@@ -1,5 +1,5 @@
/**
* @license RequireJS text 2.0.2+ Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
* @license RequireJS text 2.0.3 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.2+',
version: '2.0.3',

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

0 comments on commit fffccb4

Please sign in to comment.