summaryrefslogtreecommitdiffstats
path: root/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'he.js')
-rw-r--r--he.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/he.js b/he.js
index 8072b7a..f80078b 100644
--- a/he.js
+++ b/he.js
@@ -1,4 +1,4 @@
-/*! https://mths.be/he v1.1.0 by @mathias | MIT license */
+/*! https://mths.be/he v1.1.1 by @mathias | MIT license */
;(function(root) {
// Detect free variables `exports`.
@@ -310,7 +310,7 @@
/*--------------------------------------------------------------------------*/
var he = {
- 'version': '1.1.0',
+ 'version': '1.1.1',
'encode': encode,
'decode': decode,
'escape': escape,