summaryrefslogtreecommitdiffstats
path: root/he.js
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2017-01-23 14:55:00 +0100
committerMathias Bynens <mathias@qiwi.be>2017-01-23 14:55:27 +0100
commit670991a4141d01dc015de5194d400d01c863208f (patch)
tree43da9859f37ede286a6a290d89b236a7dfb838c6 /he.js
parent6467b1f4e14b2bc09d8e1210baecc38078281c72 (diff)
downloadhe-master.zip
he-master.tar.gz
he-master.tar.bz2
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,