Skip to content

Commit

Permalink
Rev to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrburke committed Aug 8, 2012
1 parent 20d453a commit e705b16
Showing 1 changed file with 2 additions and 2 deletions.
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.1 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
* @license RequireJS text 2.0.2 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.1',
version: '2.0.2',

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

0 comments on commit e705b16

Please sign in to comment.