summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-08-03 00:02:32 +0200
committerMathias Bynens <mathias@qiwi.be>2013-08-03 00:02:32 +0200
commitdf8e4c0bd9934c8f35fb87572f16e44235ef6aed (patch)
tree53a5fa17c6df890ad780c3d6c42d67507e86a79f
parent279bd3ef695d474db90d69976a673baee01bff9b (diff)
downloadhe-df8e4c0bd9934c8f35fb87572f16e44235ef6aed.zip
he-df8e4c0bd9934c8f35fb87572f16e44235ef6aed.tar.gz
he-df8e4c0bd9934c8f35fb87572f16e44235ef6aed.tar.bz2
Tag the v0.3.4 release
-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 9479bac..b6fd699 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "0.3.3",
+ "version": "0.3.4",
"main": "he.js",
"ignore": [
"bin",
diff --git a/component.json b/component.json
index 29c99b4..724f10e 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "0.3.3",
+ "version": "0.3.4",
"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 33fef1a..71d2037 100644
--- a/he.js
+++ b/he.js
@@ -1,4 +1,4 @@
-/*! http://mths.be/he v0.3.3 by @mathias */
+/*! http://mths.be/he v0.3.4 by @mathias */
;(function(root) {
// Detect free variables `exports`
@@ -236,7 +236,7 @@
/*--------------------------------------------------------------------------*/
var he = {
- 'version': '0.3.3',
+ 'version': '0.3.4',
'encode': encode,
'decode': decode,
'escape': escape,
diff --git a/package.json b/package.json
index 0364de3..0e293de 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "he",
- "version": "0.3.3",
+ "version": "0.3.4",
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"homepage": "http://mths.be/he",
"main": "he.js",