summaryrefslogtreecommitdiffstats
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
parent6467b1f4e14b2bc09d8e1210baecc38078281c72 (diff)
downloadhe-origin/HEAD.zip
he-origin/HEAD.tar.gz
he-origin/HEAD.tar.bz2
-rw-r--r--bower.json2
-rw-r--r--component.json2
-rw-r--r--he.js4
-rw-r--r--package.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/bower.json b/bower.json
index 89e3175..fbc346f 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "MIT",
"main": "he.js",
"ignore": [
diff --git a/component.json b/component.json
index 2e63e45..cbc28fc 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"repo": "mathiasbynens/he",
"license": "MIT",
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,
diff --git a/package.json b/package.json
index 16223f3..4b8ef11 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"homepage": "https://mths.be/he",
"main": "he.js",