diff options
author | Mathias Bynens <mathias@qiwi.be> | 2017-01-23 14:55:00 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2017-01-23 14:55:27 +0100 |
commit | 670991a4141d01dc015de5194d400d01c863208f (patch) | |
tree | 43da9859f37ede286a6a290d89b236a7dfb838c6 | |
parent | 6467b1f4e14b2bc09d8e1210baecc38078281c72 (diff) | |
download | he-origin/master.zip he-origin/master.tar.gz he-origin/master.tar.bz2 |
Release v1.1.1HEADv1.1.1origin/masterorigin/HEADmaster
-rw-r--r-- | bower.json | 2 | ||||
-rw-r--r-- | component.json | 2 | ||||
-rw-r--r-- | he.js | 4 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -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", @@ -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", |