diff options
Diffstat (limited to 'xor-crypt.js')
-rw-r--r-- | xor-crypt.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xor-crypt.js b/xor-crypt.js index b645fa7..d20f809 100644 --- a/xor-crypt.js +++ b/xor-crypt.js @@ -1,5 +1,5 @@ /*! - * XOR Crypt v1.0.0 - http://github.com/RobLoach/xor-crypt + * XOR Crypt v1.1.0 - http://github.com/RobLoach/xor-crypt * @license MIT * http://opensource.org/licenses/MIT */ @@ -7,7 +7,7 @@ /** * Universal Module Definition * - * @see {@link http://github.com/umdjs/umd} + * @see http://github.com/umdjs/umd */ (function (root, factory) { 'use strict' @@ -44,5 +44,4 @@ return output } - })) |