summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2016-04-05 22:31:04 +0200
committerMathias Bynens <mathias@qiwi.be>2016-04-05 22:31:04 +0200
commitd2c219f6194f07de48543d4af8d5daf514f2ac0c (patch)
tree7f2f1b5a3649662c90ed8068dbcb2eda09d81545
parentc31d288b0a5b79d8797ee64d60b9a3b9f1aed33d (diff)
downloadhe-d2c219f6194f07de48543d4af8d5daf514f2ac0c.zip
he-d2c219f6194f07de48543d4af8d5daf514f2ac0c.tar.gz
he-d2c219f6194f07de48543d4af8d5daf514f2ac0c.tar.bz2
Release v1.1.0v1.1.0
-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 dadac7d..5bad270 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "1.0.0",
+ "version": "1.1.0",
"main": "he.js",
"ignore": [
"bin",
diff --git a/component.json b/component.json
index c71c2fd..2e63e45 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "1.0.0",
+ "version": "1.1.0",
"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 fe7d937..8072b7a 100644
--- a/he.js
+++ b/he.js
@@ -1,4 +1,4 @@
-/*! https://mths.be/he v1.0.0 by @mathias | MIT license */
+/*! https://mths.be/he v1.1.0 by @mathias | MIT license */
;(function(root) {
// Detect free variables `exports`.
@@ -310,7 +310,7 @@
/*--------------------------------------------------------------------------*/
var he = {
- 'version': '1.0.0',
+ 'version': '1.1.0',
'encode': encode,
'decode': decode,
'escape': escape,
diff --git a/package.json b/package.json
index 13c5f89..16223f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"homepage": "https://mths.be/he",
"main": "he.js",