summaryrefslogtreecommitdiffstats
path: root/xor-crypt.js
diff options
context:
space:
mode:
Diffstat (limited to 'xor-crypt.js')
-rw-r--r--xor-crypt.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/xor-crypt.js b/xor-crypt.js
index 5c69317..b645fa7 100644
--- a/xor-crypt.js
+++ b/xor-crypt.js
@@ -1,5 +1,5 @@
/*!
- * XOR Crypt v0.0.3 - http://github.com/robloach/xor-crypt
+ * XOR Crypt v1.0.0 - http://github.com/RobLoach/xor-crypt
* @license MIT
* http://opensource.org/licenses/MIT
*/
@@ -8,7 +8,7 @@
* Universal Module Definition
*
* @see {@link http://github.com/umdjs/umd}
-*/
+ */
(function (root, factory) {
'use strict'
/* global define */