Stable version 2.4.1.

Refs #1202
diff --git a/bower.json b/bower.json
index cb04f22..88e02a4 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
     "name": "esprima",
-    "version": "2.4.0",
+    "version": "2.4.1",
     "main": "./esprima.js",
     "scripts": [
         "esprima.js"
diff --git a/component.json b/component.json
index 5df79f0..a441b74 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
 {
     "name": "esprima",
-    "version": "2.4.0",
+    "version": "2.4.1",
     "main": "./esprima.js",
     "scripts": [
         "esprima.js"
diff --git a/esprima.js b/esprima.js
index b4a4c24..b76c8b2 100644
--- a/esprima.js
+++ b/esprima.js
@@ -5480,7 +5480,7 @@
     }
 
     // Sync with *.json manifests.
-    exports.version = '2.4.0';
+    exports.version = '2.4.1';
 
     exports.tokenize = tokenize;
 
diff --git a/package.json b/package.json
index fba9afd..d15ec78 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
         "esparse": "./bin/esparse.js",
         "esvalidate": "./bin/esvalidate.js"
     },
-    "version": "2.4.0",
+    "version": "2.4.1",
     "files": [
         "bin",
         "unit-tests.js",